diff options
author | Ken Moore <ken@ixsystems.com> | 2017-11-01 12:47:19 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-11-01 12:48:14 -0400 |
commit | ccea2e1130bf1cf54aea58528a493aacadbeda13 (patch) | |
tree | 69681284ad5e26e81a60c874c240c1d1f4211fa9 /src-qt5/desktop-utils/lumina-fileinfo/MainUI.ui | |
parent | Fix up some whitespace in luminaxdg.cpp (diff) | |
download | lumina-ccea2e1130bf1cf54aea58528a493aacadbeda13.tar.gz lumina-ccea2e1130bf1cf54aea58528a493aacadbeda13.tar.bz2 lumina-ccea2e1130bf1cf54aea58528a493aacadbeda13.zip |
Start working on fixing up lumina-fileinfo
Diffstat (limited to 'src-qt5/desktop-utils/lumina-fileinfo/MainUI.ui')
-rw-r--r-- | src-qt5/desktop-utils/lumina-fileinfo/MainUI.ui | 132 |
1 files changed, 111 insertions, 21 deletions
diff --git a/src-qt5/desktop-utils/lumina-fileinfo/MainUI.ui b/src-qt5/desktop-utils/lumina-fileinfo/MainUI.ui index 51657ba1..d3b88b28 100644 --- a/src-qt5/desktop-utils/lumina-fileinfo/MainUI.ui +++ b/src-qt5/desktop-utils/lumina-fileinfo/MainUI.ui @@ -6,13 +6,22 @@ <rect> <x>0</x> <y>0</y> - <width>349</width> - <height>354</height> + <width>535</width> + <height>580</height> </rect> </property> + <property name="sizeIncrement"> + <size> + <width>0</width> + <height>0</height> + </size> + </property> <property name="windowTitle"> <string>File Information</string> </property> + <property name="windowIcon"> + <iconset theme="document-preview"/> + </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QTabWidget" name="tabWidget"> @@ -307,9 +316,24 @@ </item> <item row="2" column="2"> <widget class="QToolButton" name="tool_xdg_getCommand"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="maximumSize"> + <size> + <width>16777215</width> + <height>42</height> + </size> + </property> <property name="text"> <string notr="true"/> </property> + <property name="icon"> + <iconset theme="edit-find"/> + </property> </widget> </item> <item row="3" column="2"> @@ -317,47 +341,107 @@ <property name="enabled"> <bool>true</bool> </property> + <property name="sizePolicy"> + <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="maximumSize"> + <size> + <width>16777215</width> + <height>42</height> + </size> + </property> <property name="text"> <string notr="true"/> </property> + <property name="icon"> + <iconset theme="edit-find"/> + </property> </widget> </item> <item row="4" column="1"> <layout class="QHBoxLayout" name="horizontalLayout"> <item> - <widget class="QToolButton" name="push_xdg_getIcon"> - <property name="maximumSize"> + <widget class="QLabel" name="label_xdg_icon"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize"> <size> - <width>275</width> - <height>16777215</height> + <width>64</width> + <height>64</height> </size> </property> - <property name="text"> - <string>No Icon</string> - </property> - <property name="iconSize"> + <property name="maximumSize"> <size> <width>64</width> <height>64</height> </size> </property> + <property name="frameShape"> + <enum>QFrame::StyledPanel</enum> + </property> + <property name="text"> + <string notr="true"/> + </property> </widget> </item> <item> - <spacer name="horizontalSpacer"> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>40</width> - <height>20</height> - </size> - </property> - </spacer> + <widget class="QLineEdit" name="line_xdg_icon"/> </item> </layout> </item> + <item row="4" column="2"> + <widget class="QToolButton" name="push_xdg_getIcon"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize"> + <size> + <width>0</width> + <height>0</height> + </size> + </property> + <property name="maximumSize"> + <size> + <width>20000</width> + <height>42</height> + </size> + </property> + <property name="sizeIncrement"> + <size> + <width>2</width> + <height>2</height> + </size> + </property> + <property name="baseSize"> + <size> + <width>0</width> + <height>0</height> + </size> + </property> + <property name="text"> + <string notr="true"/> + </property> + <property name="icon"> + <iconset theme="edit-find"/> + </property> + <property name="iconSize"> + <size> + <width>24</width> + <height>24</height> + </size> + </property> + </widget> + </item> </layout> </item> <item> @@ -391,6 +475,9 @@ <property name="text"> <string>Save</string> </property> + <property name="icon"> + <iconset theme="document-save"/> + </property> <property name="popupMode"> <enum>QToolButton::InstantPopup</enum> </property> @@ -404,6 +491,9 @@ <property name="text"> <string>Close</string> </property> + <property name="icon"> + <iconset theme="dialog-close"/> + </property> <property name="popupMode"> <enum>QToolButton::DelayedPopup</enum> </property> |