diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2016-03-31 06:11:27 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2016-03-31 06:11:27 +0000 |
| commit | 72a83d7f973ba01e29a096838f796f5ee4f31b74 (patch) | |
| tree | 4c51326963b6971ce0ce0088183212b86ada1872 /src/plugins/Ui/qsui/forms/toolbareditor.ui | |
| parent | bfc8e21f641767728e510626f8e762e5bcf297fc (diff) | |
| download | qmmp-72a83d7f973ba01e29a096838f796f5ee4f31b74.tar.gz qmmp-72a83d7f973ba01e29a096838f796f5ee4f31b74.tar.bz2 qmmp-72a83d7f973ba01e29a096838f796f5ee4f31b74.zip | |
qsui: fixed some bugs
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6203 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Ui/qsui/forms/toolbareditor.ui')
| -rw-r--r-- | src/plugins/Ui/qsui/forms/toolbareditor.ui | 51 |
1 files changed, 46 insertions, 5 deletions
diff --git a/src/plugins/Ui/qsui/forms/toolbareditor.ui b/src/plugins/Ui/qsui/forms/toolbareditor.ui index 5c29d8d83..c13fa3f94 100644 --- a/src/plugins/Ui/qsui/forms/toolbareditor.ui +++ b/src/plugins/Ui/qsui/forms/toolbareditor.ui @@ -6,7 +6,7 @@ <rect> <x>0</x> <y>0</y> - <width>524</width> + <width>578</width> <height>419</height> </rect> </property> @@ -190,6 +190,9 @@ </item> <item row="0" column="0" colspan="3"> <layout class="QHBoxLayout" name="horizontalLayout_2"> + <property name="spacing"> + <number>6</number> + </property> <item> <widget class="QLabel" name="label"> <property name="text"> @@ -208,12 +211,50 @@ </widget> </item> <item> - <widget class="QToolButton" name="toolBarMenuButton"> + <widget class="QPushButton" name="createButton"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string>&Create</string> + </property> + <property name="flat"> + <bool>false</bool> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="renameButton"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string>Re&name</string> + </property> + <property name="flat"> + <bool>false</bool> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="removeButton"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> <property name="text"> - <string>...</string> + <string>&Remove</string> </property> - <property name="popupMode"> - <enum>QToolButton::InstantPopup</enum> + <property name="flat"> + <bool>false</bool> </property> </widget> </item> |
