Forums WoW Modding Support Archives WoWModding Support Archives [DiscordArchive] <@!197724887387734016> also is your class a qobject ?

[DiscordArchive] <@!197724887387734016> also is your class a qobject ?

[DiscordArchive] <@!197724887387734016> also is your class a qobject ?

rektbyfaith
Administrator
0
06-05-2019, 03:10 PM
#1
Archived author: Adspartan • Posted: 2019-06-05T15:10:49.284000+00:00
Original source

<@!197724887387734016> also is your class a qobject ?
rektbyfaith
06-05-2019, 03:10 PM #1

Archived author: Adspartan • Posted: 2019-06-05T15:10:49.284000+00:00
Original source

<@!197724887387734016> also is your class a qobject ?

rektbyfaith
Administrator
0
06-05-2019, 03:10 PM
#2
Archived author: Skarn • Posted: 2019-06-05T15:10:59.302000+00:00
Original source

yeah
rektbyfaith
06-05-2019, 03:10 PM #2

Archived author: Skarn • Posted: 2019-06-05T15:10:59.302000+00:00
Original source

yeah

rektbyfaith
Administrator
0
06-05-2019, 03:11 PM
#3
Archived author: Skarn • Posted: 2019-06-05T15:11:03.175000+00:00
Original source

subclassed from widget
rektbyfaith
06-05-2019, 03:11 PM #3

Archived author: Skarn • Posted: 2019-06-05T15:11:03.175000+00:00
Original source

subclassed from widget

rektbyfaith
Administrator
0
06-05-2019, 03:11 PM
#4
Archived author: Adspartan • Posted: 2019-06-05T15:11:28.293000+00:00
Original source

```
struct tileset_chooser : public widget
{
Q_OBJECT
```
rektbyfaith
06-05-2019, 03:11 PM #4

Archived author: Adspartan • Posted: 2019-06-05T15:11:28.293000+00:00
Original source

```
struct tileset_chooser : public widget
{
Q_OBJECT
```

rektbyfaith
Administrator
0
06-05-2019, 03:11 PM
#5
Archived author: Skarn • Posted: 2019-06-05T15:11:33.497000+00:00
Original source

https://hastebin.com/emilubarof.cpp
rektbyfaith
06-05-2019, 03:11 PM #5

Archived author: Skarn • Posted: 2019-06-05T15:11:33.497000+00:00
Original source

https://hastebin.com/emilubarof.cpp

rektbyfaith
Administrator
0
06-05-2019, 03:11 PM
#6
Archived author: Adspartan • Posted: 2019-06-05T15:11:34.928000+00:00
Original source

I'm talking about this ^
rektbyfaith
06-05-2019, 03:11 PM #6

Archived author: Adspartan • Posted: 2019-06-05T15:11:34.928000+00:00
Original source

I'm talking about this ^

rektbyfaith
Administrator
0
06-05-2019, 03:11 PM
#7
Archived author: Skarn • Posted: 2019-06-05T15:11:39.935000+00:00
Original source

yes
rektbyfaith
06-05-2019, 03:11 PM #7

Archived author: Skarn • Posted: 2019-06-05T15:11:39.935000+00:00
Original source

yes

rektbyfaith
Administrator
0
06-05-2019, 03:11 PM
#8
Archived author: Skarn • Posted: 2019-06-05T15:11:41.718000+00:00
Original source

same
rektbyfaith
06-05-2019, 03:11 PM #8

Archived author: Skarn • Posted: 2019-06-05T15:11:41.718000+00:00
Original source

same

rektbyfaith
Administrator
0
06-05-2019, 03:12 PM
#9
Archived author: Adspartan • Posted: 2019-06-05T15:12:00.343000+00:00
Original source

you have to add it to the files to moc in the makefile
rektbyfaith
06-05-2019, 03:12 PM #9

Archived author: Adspartan • Posted: 2019-06-05T15:12:00.343000+00:00
Original source

you have to add it to the files to moc in the makefile

rektbyfaith
Administrator
0
06-05-2019, 03:12 PM
#10
Archived author: Skarn • Posted: 2019-06-05T15:12:16.678000+00:00
Original source

```
// This file is part of Noggit3, licensed under GNU General Public License (version 3).

#pragma once

#include <noggit/ui/widget.hpp>



class QListWidget;
class QGridLayout;

namespace noggit
{
namespace ui
{
class texture_palette_small : public widget
{
Q_OBJECT

public:
texture_palette_small();

QListWidget* _texture_list;

void addTexture();

private:

QGridLayout* layout;

};
}
}
```
rektbyfaith
06-05-2019, 03:12 PM #10

Archived author: Skarn • Posted: 2019-06-05T15:12:16.678000+00:00
Original source

```
// This file is part of Noggit3, licensed under GNU General Public License (version 3).

#pragma once

#include <noggit/ui/widget.hpp>



class QListWidget;
class QGridLayout;

namespace noggit
{
namespace ui
{
class texture_palette_small : public widget
{
Q_OBJECT

public:
texture_palette_small();

QListWidget* _texture_list;

void addTexture();

private:

QGridLayout* layout;

};
}
}
```

Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)