208 lines
5.6 KiB
XML
208 lines
5.6 KiB
XML
<ui version="4.0" >
|
|
<class>QtToolBarDialog</class>
|
|
<widget class="QDialog" name="QtToolBarDialog" >
|
|
<property name="geometry" >
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>583</width>
|
|
<height>508</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle" >
|
|
<string>Customize Toolbars</string>
|
|
</property>
|
|
<layout class="QGridLayout" >
|
|
<property name="margin" >
|
|
<number>8</number>
|
|
</property>
|
|
<property name="spacing" >
|
|
<number>6</number>
|
|
</property>
|
|
<item rowspan="3" row="1" column="0" >
|
|
<widget class="QTreeWidget" name="actionTree" >
|
|
<column>
|
|
<property name="text" >
|
|
<string>1</string>
|
|
</property>
|
|
</column>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="0" >
|
|
<widget class="QLabel" name="label" >
|
|
<property name="text" >
|
|
<string>Actions</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="1" colspan="2" >
|
|
<layout class="QHBoxLayout" >
|
|
<property name="spacing" >
|
|
<number>6</number>
|
|
</property>
|
|
<property name="margin" >
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QLabel" name="label_2" >
|
|
<property name="text" >
|
|
<string>Toolbars</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QToolButton" name="newButton" >
|
|
<property name="toolTip" >
|
|
<string>Add new toolbar</string>
|
|
</property>
|
|
<property name="text" >
|
|
<string>New</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QToolButton" name="removeButton" >
|
|
<property name="toolTip" >
|
|
<string>Remove selected toolbar</string>
|
|
</property>
|
|
<property name="text" >
|
|
<string>Remove</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QToolButton" name="renameButton" >
|
|
<property name="toolTip" >
|
|
<string>Rename toolbar</string>
|
|
</property>
|
|
<property name="text" >
|
|
<string>Rename</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item row="3" column="1" >
|
|
<layout class="QVBoxLayout" >
|
|
<property name="spacing" >
|
|
<number>6</number>
|
|
</property>
|
|
<property name="margin" >
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QToolButton" name="upButton" >
|
|
<property name="sizePolicy" >
|
|
<sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="toolTip" >
|
|
<string>Move action up</string>
|
|
</property>
|
|
<property name="text" >
|
|
<string>Up</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QToolButton" name="leftButton" >
|
|
<property name="sizePolicy" >
|
|
<sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="toolTip" >
|
|
<string>Remove action from toolbar</string>
|
|
</property>
|
|
<property name="text" >
|
|
<string><-</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QToolButton" name="rightButton" >
|
|
<property name="sizePolicy" >
|
|
<sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="toolTip" >
|
|
<string>Add action to toolbar</string>
|
|
</property>
|
|
<property name="text" >
|
|
<string>-></string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QToolButton" name="downButton" >
|
|
<property name="sizePolicy" >
|
|
<sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="toolTip" >
|
|
<string>Move action down</string>
|
|
</property>
|
|
<property name="text" >
|
|
<string>Down</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer>
|
|
<property name="orientation" >
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0" >
|
|
<size>
|
|
<width>29</width>
|
|
<height>16</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item row="3" column="2" >
|
|
<widget class="QListWidget" name="currentToolBarList" />
|
|
</item>
|
|
<item row="2" column="1" colspan="2" >
|
|
<widget class="QLabel" name="label_3" >
|
|
<property name="text" >
|
|
<string>Current Toolbar Actions</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="1" colspan="2" >
|
|
<widget class="QListWidget" name="toolBarList" />
|
|
</item>
|
|
<item row="5" column="0" colspan="3" >
|
|
<widget class="QDialogButtonBox" name="buttonBox" >
|
|
<property name="standardButtons" >
|
|
<set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok|QDialogButtonBox::RestoreDefaults</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<tabstops>
|
|
<tabstop>newButton</tabstop>
|
|
<tabstop>removeButton</tabstop>
|
|
<tabstop>renameButton</tabstop>
|
|
<tabstop>toolBarList</tabstop>
|
|
<tabstop>upButton</tabstop>
|
|
<tabstop>leftButton</tabstop>
|
|
<tabstop>rightButton</tabstop>
|
|
<tabstop>downButton</tabstop>
|
|
<tabstop>currentToolBarList</tabstop>
|
|
</tabstops>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|