aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core-utils/lumina-config/AppDialog.ui
diff options
context:
space:
mode:
authorArnar Mar Sig <antab@antab.is>2017-02-03 21:08:23 +0000
committerArnar Mar Sig <antab@antab.is>2017-02-03 21:08:23 +0000
commitf08f30ab10bd67bb97db480cbac062d1dfc57c85 (patch)
tree0a0e923668a586cea2834f5b42ef496676a8779a /src-qt5/core-utils/lumina-config/AppDialog.ui
parentAnother large batch of work on Lumina2: (diff)
downloadlumina-f08f30ab10bd67bb97db480cbac062d1dfc57c85.tar.gz
lumina-f08f30ab10bd67bb97db480cbac062d1dfc57c85.tar.bz2
lumina-f08f30ab10bd67bb97db480cbac062d1dfc57c85.zip
Change the app selection comboBox to list and add search feature.
Allow double clicking the app to select it.
Diffstat (limited to 'src-qt5/core-utils/lumina-config/AppDialog.ui')
-rw-r--r--src-qt5/core-utils/lumina-config/AppDialog.ui42
1 files changed, 5 insertions, 37 deletions
diff --git a/src-qt5/core-utils/lumina-config/AppDialog.ui b/src-qt5/core-utils/lumina-config/AppDialog.ui
index 63323f7d..ec7de974 100644
--- a/src-qt5/core-utils/lumina-config/AppDialog.ui
+++ b/src-qt5/core-utils/lumina-config/AppDialog.ui
@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>348</width>
- <height>91</height>
+ <height>300</height>
</rect>
</property>
<property name="windowTitle">
@@ -15,46 +15,14 @@
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
- <spacer name="verticalSpacer_2">
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>20</width>
- <height>40</height>
- </size>
- </property>
- </spacer>
- </item>
- <item>
- <widget class="QComboBox" name="comboBox">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="iconSize">
- <size>
- <width>32</width>
- <height>32</height>
- </size>
+ <widget class="QLineEdit" name="lineSearch">
+ <property name="placeholderText">
+ <string>Search for....</string>
</property>
</widget>
</item>
<item>
- <spacer name="verticalSpacer">
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>20</width>
- <height>40</height>
- </size>
- </property>
- </spacer>
+ <widget class="QListWidget" name="listApps"/>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">
bgstack15