diff options
author | Ken Moore <moorekou@gmail.com> | 2015-10-08 15:18:28 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2015-10-08 15:18:28 -0400 |
commit | a1d4a91f8c344b539c561b4c6ed46a270b82c7e3 (patch) | |
tree | 9e096038393989493b00849d3da343b1103ec919 /lumina-open/LFileDialog.ui | |
parent | Update the widget used for panel information: Now it is quite a bit easier to... (diff) | |
download | lumina-a1d4a91f8c344b539c561b4c6ed46a270b82c7e3.tar.gz lumina-a1d4a91f8c344b539c561b4c6ed46a270b82c7e3.tar.bz2 lumina-a1d4a91f8c344b539c561b4c6ed46a270b82c7e3.zip |
Change the application selection widget in lumina-open. Now it is a combobox with clearly labelled categories of applications.
Diffstat (limited to 'lumina-open/LFileDialog.ui')
-rw-r--r-- | lumina-open/LFileDialog.ui | 36 |
1 files changed, 11 insertions, 25 deletions
diff --git a/lumina-open/LFileDialog.ui b/lumina-open/LFileDialog.ui index 833a5d6d..a6371cbc 100644 --- a/lumina-open/LFileDialog.ui +++ b/lumina-open/LFileDialog.ui @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>307</width> - <height>216</height> + <height>200</height> </rect> </property> <property name="windowTitle"> @@ -93,34 +93,20 @@ <widget class="QWidget" name="page_avail"> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> - <widget class="QTreeWidget" name="tree_apps"> - <property name="iconSize"> + <widget class="QComboBox" name="combo_apps"/> + </item> + <item> + <spacer name="verticalSpacer_3"> + <property name="orientation"> + <enum>Qt::Vertical</enum> + </property> + <property name="sizeHint" stdset="0"> <size> <width>20</width> - <height>20</height> + <height>40</height> </size> </property> - <property name="textElideMode"> - <enum>Qt::ElideRight</enum> - </property> - <property name="indentation"> - <number>10</number> - </property> - <property name="uniformRowHeights"> - <bool>false</bool> - </property> - <property name="sortingEnabled"> - <bool>false</bool> - </property> - <property name="headerHidden"> - <bool>true</bool> - </property> - <column> - <property name="text"> - <string notr="true">1</string> - </property> - </column> - </widget> + </spacer> </item> </layout> </widget> |