diff options
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> |
