No need to use up/down in the UI, order doesn't matter
This commit is contained in:
parent
b5c96e5035
commit
7af2981e41
1 changed files with 6 additions and 2 deletions
|
@ -21,7 +21,11 @@
|
||||||
</property>
|
</property>
|
||||||
<layout class="QGridLayout" name="gridLayout_2">
|
<layout class="QGridLayout" name="gridLayout_2">
|
||||||
<item row="0" column="0">
|
<item row="0" column="0">
|
||||||
<widget class="KEditListWidget" name="kcfg_boards"/>
|
<widget class="KEditListWidget" name="kcfg_Boards">
|
||||||
|
<property name="buttons">
|
||||||
|
<set>KEditListWidget::Add|KEditListWidget::Remove</set>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
|
@ -52,7 +56,7 @@
|
||||||
</spacer>
|
</spacer>
|
||||||
</item>
|
</item>
|
||||||
<item row="0" column="1">
|
<item row="0" column="1">
|
||||||
<widget class="QSpinBox" name="kcfg_maxPosts">
|
<widget class="QSpinBox" name="kcfg_MaxPosts">
|
||||||
<property name="minimum">
|
<property name="minimum">
|
||||||
<number>1</number>
|
<number>1</number>
|
||||||
</property>
|
</property>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue