diff options
| author | craig <craig@11d20701-8431-0410-a711-e3c959e3b870> | 2012-01-01 11:40:09 +0000 |
|---|---|---|
| committer | craig <craig@11d20701-8431-0410-a711-e3c959e3b870> | 2012-01-01 11:40:09 +0000 |
| commit | 7ed83b6c6666eb8b6b104c211ae7e52907350372 (patch) | |
| tree | 4430b556abac0ad660a0aacf1887d77f85d8be02 /scribus/selectobjects.ui | |
| download | scribus-7ed83b6c6666eb8b6b104c211ae7e52907350372.tar.gz scribus-7ed83b6c6666eb8b6b104c211ae7e52907350372.tar.xz scribus-7ed83b6c6666eb8b6b104c211ae7e52907350372.zip | |
Branch 1.3.5 tree to 1.4.x tree, goodbye 1.3.x
git-svn-id: svn://scribus.net/branches/Version14x/Scribus@17163 11d20701-8431-0410-a711-e3c959e3b870
Diffstat (limited to 'scribus/selectobjects.ui')
| -rw-r--r-- | scribus/selectobjects.ui | 456 |
1 files changed, 456 insertions, 0 deletions
diff --git a/scribus/selectobjects.ui b/scribus/selectobjects.ui new file mode 100644 index 0000000..06b9d27 --- /dev/null +++ b/scribus/selectobjects.ui @@ -0,0 +1,456 @@ +<ui version="4.0" > + <class>selectDialog</class> + <widget class="QDialog" name="selectDialog" > + <property name="geometry" > + <rect> + <x>0</x> + <y>0</y> + <width>513</width> + <height>402</height> + </rect> + </property> + <property name="sizePolicy" > + <sizepolicy vsizetype="Preferred" hsizetype="Preferred" > + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="windowTitle" > + <string>Select All Items</string> + </property> + <property name="modal" > + <bool>true</bool> + </property> + <layout class="QVBoxLayout" > + <property name="spacing" > + <number>5</number> + </property> + <property name="margin" > + <number>10</number> + </property> + <item> + <widget class="QGroupBox" name="rangeGroup" > + <property name="title" > + <string>Select All Items</string> + </property> + <layout class="QHBoxLayout" > + <property name="spacing" > + <number>5</number> + </property> + <property name="margin" > + <number>10</number> + </property> + <item> + <widget class="QRadioButton" name="buttonCurrentPage" > + <property name="toolTip" > + <string>Select all items on the current page</string> + </property> + <property name="text" > + <string>on Current Page</string> + </property> + <property name="checked" > + <bool>true</bool> + </property> + </widget> + </item> + <item> + <widget class="QRadioButton" name="buttonCurrentLayer" > + <property name="toolTip" > + <string>Select all items on the current layer on all pages</string> + </property> + <property name="text" > + <string>on Current Layer</string> + </property> + </widget> + </item> + <item> + <widget class="QRadioButton" name="buttonWorkspace" > + <property name="toolTip" > + <string>Select all items not on a page</string> + </property> + <property name="text" > + <string>on the Scratch Space</string> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> + <widget class="QGroupBox" name="attributeGroup" > + <property name="toolTip" > + <string>Narrow the selection of items based on various item properties</string> + </property> + <property name="title" > + <string>With the Following Attributes</string> + </property> + <property name="checkable" > + <bool>true</bool> + </property> + <property name="checked" > + <bool>false</bool> + </property> + <layout class="QGridLayout" > + <property name="margin" > + <number>10</number> + </property> + <property name="spacing" > + <number>5</number> + </property> + <item row="0" column="0" > + <widget class="QCheckBox" name="useItemType" > + <property name="toolTip" > + <string>Select based on item type</string> + </property> + <property name="text" > + <string>Item Type</string> + </property> + </widget> + </item> + <item row="0" column="1" > + <widget class="QComboBox" name="itemTypeCombo" > + <property name="enabled" > + <bool>false</bool> + </property> + <item> + <property name="text" > + <string>Text Frame</string> + </property> + </item> + <item> + <property name="text" > + <string>Image Frame</string> + </property> + </item> + <item> + <property name="text" > + <string>Shape</string> + </property> + </item> + <item> + <property name="text" > + <string>Polyline</string> + </property> + </item> + <item> + <property name="text" > + <string>Line</string> + </property> + </item> + <item> + <property name="text" > + <string>Render Frame</string> + </property> + </item> + </widget> + </item> + <item row="1" column="0" > + <widget class="QCheckBox" name="useFillColor" > + <property name="toolTip" > + <string>Select based on the color that the item is filled with</string> + </property> + <property name="text" > + <string>Fill Color</string> + </property> + </widget> + </item> + <item row="1" column="1" > + <widget class="ColorCombo" name="backgroundCombo" > + <property name="enabled" > + <bool>false</bool> + </property> + </widget> + </item> + <item row="2" column="0" > + <widget class="QCheckBox" name="useLineColor" > + <property name="toolTip" > + <string>Select based on the color of the line or outline</string> + </property> + <property name="text" > + <string>Line Color</string> + </property> + </widget> + </item> + <item row="2" column="1" > + <widget class="ColorCombo" name="lineCombo" > + <property name="enabled" > + <bool>false</bool> + </property> + </widget> + </item> + <item row="3" column="0" > + <widget class="QCheckBox" name="useLineWidth" > + <property name="toolTip" > + <string>Select based on the width of the line of the item</string> + </property> + <property name="text" > + <string>Line Width</string> + </property> + </widget> + </item> + <item row="3" column="1" > + <widget class="ScrSpinBox" name="lineWidthSpin" > + <property name="enabled" > + <bool>false</bool> + </property> + </widget> + </item> + <item row="4" column="0" > + <widget class="QCheckBox" name="usePrintState" > + <property name="toolTip" > + <string>Select items based on whether they will be printed or not</string> + </property> + <property name="text" > + <string>Printable</string> + </property> + </widget> + </item> + <item row="4" column="1" > + <widget class="QComboBox" name="printStateCombo" > + <property name="enabled" > + <bool>false</bool> + </property> + <item> + <property name="text" > + <string>Yes</string> + </property> + </item> + <item> + <property name="text" > + <string>No</string> + </property> + </item> + </widget> + </item> + <item row="5" column="0" > + <widget class="QCheckBox" name="useLockedState" > + <property name="toolTip" > + <string>Select items based on their locked status</string> + </property> + <property name="text" > + <string>Locked</string> + </property> + </widget> + </item> + <item row="5" column="1" > + <widget class="QComboBox" name="lockStateCombo" > + <property name="enabled" > + <bool>false</bool> + </property> + <property name="currentIndex" > + <number>1</number> + </property> + <item> + <property name="text" > + <string>Yes</string> + </property> + </item> + <item> + <property name="text" > + <string>No</string> + </property> + </item> + </widget> + </item> + <item row="6" column="0" > + <widget class="QCheckBox" name="useResizeState" > + <property name="toolTip" > + <string>Select items based on whether they have their size locked or not</string> + </property> + <property name="text" > + <string>Resizeable</string> + </property> + </widget> + </item> + <item row="6" column="1" > + <widget class="QComboBox" name="resizeStateCombo" > + <property name="enabled" > + <bool>false</bool> + </property> + <item> + <property name="text" > + <string>Yes</string> + </property> + </item> + <item> + <property name="text" > + <string>No</string> + </property> + </item> + </widget> + </item> + </layout> + </widget> + </item> + <item> + <widget class="QDialogButtonBox" name="buttonBox" > + <property name="orientation" > + <enum>Qt::Horizontal</enum> + </property> + <property name="standardButtons" > + <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> + </property> + </widget> + </item> + </layout> + </widget> + <customwidgets> + <customwidget> + <class>ColorCombo</class> + <extends>QComboBox</extends> + <header>colorcombo.h</header> + </customwidget> + <customwidget> + <class>ScrSpinBox</class> + <extends>QDoubleSpinBox</extends> + <header>scrspinbox.h</header> + </customwidget> + </customwidgets> + <resources/> + <connections> + <connection> + <sender>buttonBox</sender> + <signal>accepted()</signal> + <receiver>selectDialog</receiver> + <slot>accept()</slot> + <hints> + <hint type="sourcelabel" > + <x>307</x> + <y>545</y> + </hint> + <hint type="destinationlabel" > + <x>157</x> + <y>208</y> + </hint> + </hints> + </connection> + <connection> + <sender>buttonBox</sender> + <signal>rejected()</signal> + <receiver>selectDialog</receiver> + <slot>reject()</slot> + <hints> + <hint type="sourcelabel" > + <x>375</x> + <y>545</y> + </hint> + <hint type="destinationlabel" > + <x>286</x> + <y>208</y> + </hint> + </hints> + </connection> + <connection> + <sender>useItemType</sender> + <signal>clicked(bool)</signal> + <receiver>itemTypeCombo</receiver> + <slot>setEnabled(bool)</slot> + <hints> + <hint type="sourcelabel" > + <x>70</x> + <y>110</y> + </hint> + <hint type="destinationlabel" > + <x>246</x> + <y>116</y> + </hint> + </hints> + </connection> + <connection> + <sender>useFillColor</sender> + <signal>clicked(bool)</signal> + <receiver>backgroundCombo</receiver> + <slot>setEnabled(bool)</slot> + <hints> + <hint type="sourcelabel" > + <x>69</x> + <y>141</y> + </hint> + <hint type="destinationlabel" > + <x>265</x> + <y>143</y> + </hint> + </hints> + </connection> + <connection> + <sender>useLineColor</sender> + <signal>clicked(bool)</signal> + <receiver>lineCombo</receiver> + <slot>setEnabled(bool)</slot> + <hints> + <hint type="sourcelabel" > + <x>52</x> + <y>175</y> + </hint> + <hint type="destinationlabel" > + <x>243</x> + <y>179</y> + </hint> + </hints> + </connection> + <connection> + <sender>useLineWidth</sender> + <signal>clicked(bool)</signal> + <receiver>lineWidthSpin</receiver> + <slot>setEnabled(bool)</slot> + <hints> + <hint type="sourcelabel" > + <x>46</x> + <y>218</y> + </hint> + <hint type="destinationlabel" > + <x>222</x> + <y>222</y> + </hint> + </hints> + </connection> + <connection> + <sender>usePrintState</sender> + <signal>clicked(bool)</signal> + <receiver>printStateCombo</receiver> + <slot>setEnabled(bool)</slot> + <hints> + <hint type="sourcelabel" > + <x>71</x> + <y>252</y> + </hint> + <hint type="destinationlabel" > + <x>219</x> + <y>260</y> + </hint> + </hints> + </connection> + <connection> + <sender>useLockedState</sender> + <signal>clicked(bool)</signal> + <receiver>lockStateCombo</receiver> + <slot>setEnabled(bool)</slot> + <hints> + <hint type="sourcelabel" > + <x>72</x> + <y>303</y> + </hint> + <hint type="destinationlabel" > + <x>239</x> + <y>290</y> + </hint> + </hints> + </connection> + <connection> + <sender>useResizeState</sender> + <signal>clicked(bool)</signal> + <receiver>resizeStateCombo</receiver> + <slot>setEnabled(bool)</slot> + <hints> + <hint type="sourcelabel" > + <x>82</x> + <y>336</y> + </hint> + <hint type="destinationlabel" > + <x>251</x> + <y>328</y> + </hint> + </hints> + </connection> + </connections> +</ui> |
