summaryrefslogtreecommitdiff
path: root/src/listdialog.ui
diff options
context:
space:
mode:
authorLostDragonist <lost.dragonist@gmail.com>2018-12-02 22:07:58 -0600
committerLostDragonist <lost.dragonist@gmail.com>2018-12-02 22:07:58 -0600
commit87292ca30fd628c29e3acdc7a9fb40eba3eb9ff4 (patch)
treed914438b6e343647f0046de34ad21ecdf380fc96 /src/listdialog.ui
parentc0b55690bc47102459ef7b1720d69945d6523d08 (diff)
Add filter to "send to separator..." dialog
Diffstat (limited to 'src/listdialog.ui')
-rw-r--r--src/listdialog.ui37
1 files changed, 30 insertions, 7 deletions
diff --git a/src/listdialog.ui b/src/listdialog.ui
index 38819c87..032bc131 100644
--- a/src/listdialog.ui
+++ b/src/listdialog.ui
@@ -7,18 +7,18 @@
<x>0</x>
<y>0</y>
<width>260</width>
- <height>340</height>
+ <height>380</height>
</rect>
</property>
<property name="windowTitle">
- <string>Dialog</string>
+ <string>Select an item...</string>
</property>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="geometry">
<rect>
- <x>90</x>
- <y>299</y>
- <width>161</width>
+ <x>10</x>
+ <y>345</y>
+ <width>240</width>
<height>32</height>
</rect>
</property>
@@ -32,13 +32,13 @@
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
- <widget class="QListWidget" name="listWidget">
+ <widget class="QListWidget" name="choiceList">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>240</width>
- <height>280</height>
+ <height>300</height>
</rect>
</property>
<property name="sizePolicy">
@@ -57,7 +57,30 @@
<enum>QAbstractItemView::ScrollPerPixel</enum>
</property>
</widget>
+ <widget class="MOBase::LineEditClear" name="filterEdit">
+ <property name="geometry">
+ <rect>
+ <x>10</x>
+ <y>320</y>
+ <width>240</width>
+ <height>20</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string/>
+ </property>
+ <property name="placeholderText">
+ <string>Filter</string>
+ </property>
+ </widget>
</widget>
+ <customwidgets>
+ <customwidget>
+ <class>MOBase::LineEditClear</class>
+ <extends>QLineEdit</extends>
+ <header>lineeditclear.h</header>
+ </customwidget>
+ </customwidgets>
<resources/>
<connections>
<connection>