Forums WoW Modding Support Archives WoWModding Support Archives [DiscordArchive] but why do I have to set margins?

[DiscordArchive] but why do I have to set margins?

[DiscordArchive] but why do I have to set margins?

Pages (6): Previous 1 2 3 4 5 6 Next
rektbyfaith
Administrator
0
06-01-2019, 08:25 PM
#31
Archived author: schlumpf • Posted: 2019-06-01T20:25:43.935000+00:00
Original source

which woujld be some dockwidget specific thing
rektbyfaith
06-01-2019, 08:25 PM #31

Archived author: schlumpf • Posted: 2019-06-01T20:25:43.935000+00:00
Original source

which woujld be some dockwidget specific thing

rektbyfaith
Administrator
0
06-01-2019, 08:25 PM
#32
Archived author: Skarn • Posted: 2019-06-01T20:25:51.503000+00:00
Original source

the shit is happening inside the widget's layout
rektbyfaith
06-01-2019, 08:25 PM #32

Archived author: Skarn • Posted: 2019-06-01T20:25:51.503000+00:00
Original source

the shit is happening inside the widget's layout

rektbyfaith
Administrator
0
06-01-2019, 08:25 PM
#33
Archived author: Skarn • Posted: 2019-06-01T20:25:58.182000+00:00
Original source

not dockwidget's layout
rektbyfaith
06-01-2019, 08:25 PM #33

Archived author: Skarn • Posted: 2019-06-01T20:25:58.182000+00:00
Original source

not dockwidget's layout

rektbyfaith
Administrator
0
06-01-2019, 08:26 PM
#34
Archived author: Skarn • Posted: 2019-06-01T20:26:04.746000+00:00
Original source

in terrain_tool.cpp file
rektbyfaith
06-01-2019, 08:26 PM #34

Archived author: Skarn • Posted: 2019-06-01T20:26:04.746000+00:00
Original source

in terrain_tool.cpp file

rektbyfaith
Administrator
0
06-01-2019, 08:26 PM
#35
Archived author: Skarn • Posted: 2019-06-01T20:26:07.682000+00:00
Original source

not in MapView
rektbyfaith
06-01-2019, 08:26 PM #35

Archived author: Skarn • Posted: 2019-06-01T20:26:07.682000+00:00
Original source

not in MapView

rektbyfaith
Administrator
0
06-01-2019, 08:26 PM
#36
Archived author: schlumpf • Posted: 2019-06-01T20:26:07.684000+00:00
Original source

oh
rektbyfaith
06-01-2019, 08:26 PM #36

Archived author: schlumpf • Posted: 2019-06-01T20:26:07.684000+00:00
Original source

oh

rektbyfaith
Administrator
0
06-01-2019, 08:26 PM
#37
Archived author: schlumpf • Posted: 2019-06-01T20:26:24.882000+00:00
Original source

then I can't really say anything but "try vboxlayout and sizepolicies, sorry, not an expert here"
rektbyfaith
06-01-2019, 08:26 PM #37

Archived author: schlumpf • Posted: 2019-06-01T20:26:24.882000+00:00
Original source

then I can't really say anything but "try vboxlayout and sizepolicies, sorry, not an expert here"

rektbyfaith
Administrator
0
06-01-2019, 08:27 PM
#38
Archived author: Skarn • Posted: 2019-06-01T20:27:09.495000+00:00
Original source

```py
QGroupBox* terrain_type_group (new QGroupBox ("Type"));
QGridLayout* terrain_type_layout (new QGridLayout (terrain_type_group));
terrain_type_layout->addWidget (radio_flat, 0, 0);
terrain_type_layout->addWidget (radio_linear, 0, 1);
terrain_type_layout->addWidget (radio_smooth, 1, 0);
terrain_type_layout->addWidget (radio_polynomial, 1, 1);
terrain_type_layout->addWidget (radio_trigo, 2, 0);
terrain_type_layout->addWidget (radio_quadra, 2, 1);
terrain_type_layout->addWidget (radio_gauss, 3, 0);
terrain_type_layout->addWidget (radio_vertex, 3, 1);

layout->addWidget (terrain_type_group);
```
rektbyfaith
06-01-2019, 08:27 PM #38

Archived author: Skarn • Posted: 2019-06-01T20:27:09.495000+00:00
Original source

```py
QGroupBox* terrain_type_group (new QGroupBox ("Type"));
QGridLayout* terrain_type_layout (new QGridLayout (terrain_type_group));
terrain_type_layout->addWidget (radio_flat, 0, 0);
terrain_type_layout->addWidget (radio_linear, 0, 1);
terrain_type_layout->addWidget (radio_smooth, 1, 0);
terrain_type_layout->addWidget (radio_polynomial, 1, 1);
terrain_type_layout->addWidget (radio_trigo, 2, 0);
terrain_type_layout->addWidget (radio_quadra, 2, 1);
terrain_type_layout->addWidget (radio_gauss, 3, 0);
terrain_type_layout->addWidget (radio_vertex, 3, 1);

layout->addWidget (terrain_type_group);
```

rektbyfaith
Administrator
0
06-01-2019, 08:27 PM
#39
Archived author: Skarn • Posted: 2019-06-01T20:27:18.076000+00:00
Original source

I think the issue is in how these blocks are made
rektbyfaith
06-01-2019, 08:27 PM #39

Archived author: Skarn • Posted: 2019-06-01T20:27:18.076000+00:00
Original source

I think the issue is in how these blocks are made

rektbyfaith
Administrator
0
06-01-2019, 08:27 PM
#40
Archived author: Skarn • Posted: 2019-06-01T20:27:22.425000+00:00
Original source

that seems weird to me
rektbyfaith
06-01-2019, 08:27 PM #40

Archived author: Skarn • Posted: 2019-06-01T20:27:22.425000+00:00
Original source

that seems weird to me

Pages (6): Previous 1 2 3 4 5 6 Next
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)