[127] | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
| 2 | <ui version="4.0">
|
---|
| 3 | <class>ToolbarEditor</class>
|
---|
| 4 | <widget class="QDialog" name="ToolbarEditor">
|
---|
| 5 | <property name="geometry">
|
---|
| 6 | <rect>
|
---|
| 7 | <x>0</x>
|
---|
| 8 | <y>0</y>
|
---|
| 9 | <width>702</width>
|
---|
| 10 | <height>412</height>
|
---|
| 11 | </rect>
|
---|
| 12 | </property>
|
---|
| 13 | <property name="windowTitle">
|
---|
| 14 | <string>Toolbar Editor</string>
|
---|
| 15 | </property>
|
---|
| 16 | <layout class="QGridLayout" name="gridLayout_2">
|
---|
| 17 | <item row="0" column="0">
|
---|
| 18 | <layout class="QVBoxLayout" name="verticalLayout">
|
---|
| 19 | <item>
|
---|
| 20 | <widget class="QLabel" name="label">
|
---|
| 21 | <property name="text">
|
---|
| 22 | <string>&Available actions:</string>
|
---|
| 23 | </property>
|
---|
| 24 | <property name="buddy">
|
---|
| 25 | <cstring>all_actions_list</cstring>
|
---|
| 26 | </property>
|
---|
| 27 | </widget>
|
---|
| 28 | </item>
|
---|
| 29 | <item>
|
---|
| 30 | <widget class="QListWidget" name="all_actions_list"/>
|
---|
| 31 | </item>
|
---|
| 32 | </layout>
|
---|
| 33 | </item>
|
---|
| 34 | <item row="0" column="1">
|
---|
| 35 | <layout class="QVBoxLayout" name="verticalLayout_3">
|
---|
| 36 | <item>
|
---|
| 37 | <spacer name="verticalSpacer">
|
---|
| 38 | <property name="orientation">
|
---|
| 39 | <enum>Qt::Vertical</enum>
|
---|
| 40 | </property>
|
---|
| 41 | <property name="sizeHint" stdset="0">
|
---|
| 42 | <size>
|
---|
| 43 | <width>20</width>
|
---|
| 44 | <height>40</height>
|
---|
| 45 | </size>
|
---|
| 46 | </property>
|
---|
| 47 | </spacer>
|
---|
| 48 | </item>
|
---|
| 49 | <item>
|
---|
| 50 | <layout class="QGridLayout" name="gridLayout">
|
---|
| 51 | <item row="1" column="0">
|
---|
| 52 | <widget class="QToolButton" name="left_button">
|
---|
| 53 | <property name="enabled">
|
---|
| 54 | <bool>false</bool>
|
---|
| 55 | </property>
|
---|
| 56 | <property name="text">
|
---|
| 57 | <string>&Left</string>
|
---|
| 58 | </property>
|
---|
| 59 | </widget>
|
---|
| 60 | </item>
|
---|
| 61 | <item row="1" column="2">
|
---|
| 62 | <widget class="QToolButton" name="right_button">
|
---|
| 63 | <property name="enabled">
|
---|
| 64 | <bool>false</bool>
|
---|
| 65 | </property>
|
---|
| 66 | <property name="text">
|
---|
| 67 | <string>&Right</string>
|
---|
| 68 | </property>
|
---|
| 69 | </widget>
|
---|
| 70 | </item>
|
---|
| 71 | <item row="2" column="1">
|
---|
| 72 | <widget class="QToolButton" name="down_button">
|
---|
| 73 | <property name="enabled">
|
---|
| 74 | <bool>false</bool>
|
---|
| 75 | </property>
|
---|
| 76 | <property name="text">
|
---|
| 77 | <string>&Down</string>
|
---|
| 78 | </property>
|
---|
| 79 | </widget>
|
---|
| 80 | </item>
|
---|
| 81 | <item row="0" column="1" colspan="2">
|
---|
| 82 | <widget class="QToolButton" name="up_button">
|
---|
| 83 | <property name="enabled">
|
---|
| 84 | <bool>false</bool>
|
---|
| 85 | </property>
|
---|
| 86 | <property name="text">
|
---|
| 87 | <string>&Up</string>
|
---|
| 88 | </property>
|
---|
| 89 | </widget>
|
---|
| 90 | </item>
|
---|
| 91 | </layout>
|
---|
| 92 | </item>
|
---|
| 93 | <item>
|
---|
| 94 | <spacer name="verticalSpacer_2">
|
---|
| 95 | <property name="orientation">
|
---|
| 96 | <enum>Qt::Vertical</enum>
|
---|
| 97 | </property>
|
---|
| 98 | <property name="sizeHint" stdset="0">
|
---|
| 99 | <size>
|
---|
| 100 | <width>20</width>
|
---|
| 101 | <height>40</height>
|
---|
| 102 | </size>
|
---|
| 103 | </property>
|
---|
| 104 | </spacer>
|
---|
| 105 | </item>
|
---|
| 106 | </layout>
|
---|
| 107 | </item>
|
---|
| 108 | <item row="0" column="2">
|
---|
| 109 | <layout class="QVBoxLayout" name="verticalLayout_2">
|
---|
| 110 | <item>
|
---|
| 111 | <widget class="QLabel" name="label_2">
|
---|
| 112 | <property name="text">
|
---|
| 113 | <string>Curre&nt actions:</string>
|
---|
| 114 | </property>
|
---|
| 115 | <property name="buddy">
|
---|
| 116 | <cstring>active_actions_list</cstring>
|
---|
| 117 | </property>
|
---|
| 118 | </widget>
|
---|
| 119 | </item>
|
---|
| 120 | <item>
|
---|
| 121 | <widget class="QListWidget" name="active_actions_list"/>
|
---|
| 122 | </item>
|
---|
| 123 | </layout>
|
---|
| 124 | </item>
|
---|
| 125 | <item row="1" column="0" colspan="3">
|
---|
| 126 | <layout class="QHBoxLayout" name="horizontalLayout">
|
---|
| 127 | <item>
|
---|
[176] | 128 | <widget class="QLabel" name="label_3">
|
---|
| 129 | <property name="text">
|
---|
| 130 | <string>&Icon size:</string>
|
---|
| 131 | </property>
|
---|
| 132 | <property name="buddy">
|
---|
| 133 | <cstring>iconsize_spin</cstring>
|
---|
| 134 | </property>
|
---|
| 135 | </widget>
|
---|
| 136 | </item>
|
---|
| 137 | <item>
|
---|
| 138 | <widget class="QSpinBox" name="iconsize_spin">
|
---|
| 139 | <property name="minimum">
|
---|
| 140 | <number>24</number>
|
---|
| 141 | </property>
|
---|
| 142 | <property name="maximum">
|
---|
| 143 | <number>256</number>
|
---|
| 144 | </property>
|
---|
| 145 | </widget>
|
---|
| 146 | </item>
|
---|
| 147 | <item>
|
---|
[127] | 148 | <spacer name="horizontalSpacer">
|
---|
| 149 | <property name="orientation">
|
---|
| 150 | <enum>Qt::Horizontal</enum>
|
---|
| 151 | </property>
|
---|
| 152 | <property name="sizeHint" stdset="0">
|
---|
| 153 | <size>
|
---|
| 154 | <width>518</width>
|
---|
| 155 | <height>20</height>
|
---|
| 156 | </size>
|
---|
| 157 | </property>
|
---|
| 158 | </spacer>
|
---|
| 159 | </item>
|
---|
| 160 | <item>
|
---|
| 161 | <widget class="QPushButton" name="separator_button">
|
---|
| 162 | <property name="text">
|
---|
| 163 | <string>Add &separator</string>
|
---|
| 164 | </property>
|
---|
| 165 | </widget>
|
---|
| 166 | </item>
|
---|
| 167 | </layout>
|
---|
| 168 | </item>
|
---|
| 169 | <item row="2" column="0" colspan="3">
|
---|
| 170 | <widget class="Line" name="line">
|
---|
| 171 | <property name="orientation">
|
---|
| 172 | <enum>Qt::Horizontal</enum>
|
---|
| 173 | </property>
|
---|
| 174 | </widget>
|
---|
| 175 | </item>
|
---|
| 176 | <item row="3" column="0" colspan="3">
|
---|
| 177 | <widget class="QDialogButtonBox" name="buttonBox">
|
---|
| 178 | <property name="orientation">
|
---|
| 179 | <enum>Qt::Horizontal</enum>
|
---|
| 180 | </property>
|
---|
| 181 | <property name="standardButtons">
|
---|
| 182 | <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok|QDialogButtonBox::RestoreDefaults</set>
|
---|
| 183 | </property>
|
---|
| 184 | </widget>
|
---|
| 185 | </item>
|
---|
| 186 | </layout>
|
---|
| 187 | </widget>
|
---|
| 188 | <tabstops>
|
---|
| 189 | <tabstop>all_actions_list</tabstop>
|
---|
| 190 | <tabstop>active_actions_list</tabstop>
|
---|
| 191 | <tabstop>left_button</tabstop>
|
---|
| 192 | <tabstop>up_button</tabstop>
|
---|
| 193 | <tabstop>right_button</tabstop>
|
---|
| 194 | <tabstop>down_button</tabstop>
|
---|
[176] | 195 | <tabstop>iconsize_spin</tabstop>
|
---|
[127] | 196 | <tabstop>separator_button</tabstop>
|
---|
| 197 | <tabstop>buttonBox</tabstop>
|
---|
| 198 | </tabstops>
|
---|
| 199 | <resources/>
|
---|
| 200 | <connections>
|
---|
| 201 | <connection>
|
---|
| 202 | <sender>buttonBox</sender>
|
---|
| 203 | <signal>accepted()</signal>
|
---|
| 204 | <receiver>ToolbarEditor</receiver>
|
---|
| 205 | <slot>accept()</slot>
|
---|
| 206 | <hints>
|
---|
| 207 | <hint type="sourcelabel">
|
---|
| 208 | <x>248</x>
|
---|
| 209 | <y>254</y>
|
---|
| 210 | </hint>
|
---|
| 211 | <hint type="destinationlabel">
|
---|
| 212 | <x>157</x>
|
---|
| 213 | <y>274</y>
|
---|
| 214 | </hint>
|
---|
| 215 | </hints>
|
---|
| 216 | </connection>
|
---|
| 217 | <connection>
|
---|
| 218 | <sender>buttonBox</sender>
|
---|
| 219 | <signal>rejected()</signal>
|
---|
| 220 | <receiver>ToolbarEditor</receiver>
|
---|
| 221 | <slot>reject()</slot>
|
---|
| 222 | <hints>
|
---|
| 223 | <hint type="sourcelabel">
|
---|
| 224 | <x>316</x>
|
---|
| 225 | <y>260</y>
|
---|
| 226 | </hint>
|
---|
| 227 | <hint type="destinationlabel">
|
---|
| 228 | <x>286</x>
|
---|
| 229 | <y>274</y>
|
---|
| 230 | </hint>
|
---|
| 231 | </hints>
|
---|
| 232 | </connection>
|
---|
| 233 | </connections>
|
---|
| 234 | </ui>
|
---|