diff options
Diffstat (limited to 'src/mainwindow.ui')
| -rw-r--r-- | src/mainwindow.ui | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui index 74f8c686..e9fa8db6 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -322,7 +322,7 @@ p, li { white-space: pre-wrap; } </widget>
</item>
<item>
- <layout class="QHBoxLayout" name="horizontalLayout_4" stretch="0,0,1,1">
+ <layout class="QHBoxLayout" name="horizontalLayout_4" stretch="0,0,1,1,1">
<item>
<widget class="QPushButton" name="displayCategoriesBtn">
<property name="maximumSize">
@@ -372,6 +372,25 @@ p, li { white-space: pre-wrap; } </widget>
</item>
<item>
+ <widget class="QComboBox" name="groupCombo">
+ <item>
+ <property name="text">
+ <string>No groups</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
+ <string>Categories</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
+ <string>Nexus IDs</string>
+ </property>
+ </item>
+ </widget>
+ </item>
+ <item>
<widget class="MOBase::LineEditClear" name="modFilterEdit">
<property name="placeholderText">
<string>Namefilter</string>
@@ -669,6 +688,9 @@ p, li { white-space: pre-wrap; } <property name="indentation">
<number>0</number>
</property>
+ <property name="uniformRowHeights">
+ <bool>true</bool>
+ </property>
<property name="itemsExpandable">
<bool>false</bool>
</property>
|
