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/insertaframe.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/insertaframe.ui')
| -rw-r--r-- | scribus/insertaframe.ui | 882 |
1 files changed, 882 insertions, 0 deletions
diff --git a/scribus/insertaframe.ui b/scribus/insertaframe.ui new file mode 100644 index 0000000..94734d2 --- /dev/null +++ b/scribus/insertaframe.ui @@ -0,0 +1,882 @@ +<ui version="4.0" > + <class>InsertAFrame</class> + <widget class="QDialog" name="InsertAFrame" > + <property name="geometry" > + <rect> + <x>0</x> + <y>0</y> + <width>467</width> + <height>364</height> + </rect> + </property> + <property name="windowTitle" > + <string>Insert A Frame</string> + </property> + <layout class="QVBoxLayout" > + <property name="spacing" > + <number>6</number> + </property> + <property name="margin" > + <number>9</number> + </property> + <item> + <widget class="QTabWidget" name="tabWidget" > + <property name="currentIndex" > + <number>0</number> + </property> + <widget class="QWidget" name="typeTab" > + <property name="geometry" > + <rect> + <x>0</x> + <y>0</y> + <width>441</width> + <height>278</height> + </rect> + </property> + <attribute name="title" > + <string>T&ype</string> + </attribute> + <layout class="QHBoxLayout" > + <property name="spacing" > + <number>6</number> + </property> + <property name="margin" > + <number>9</number> + </property> + <item> + <layout class="QVBoxLayout" > + <property name="spacing" > + <number>6</number> + </property> + <property name="margin" > + <number>0</number> + </property> + <item> + <widget class="QGroupBox" name="typeGroupBox" > + <property name="toolTip" > + <string/> + </property> + <property name="title" > + <string/> + </property> + <layout class="QVBoxLayout" > + <property name="spacing" > + <number>6</number> + </property> + <property name="margin" > + <number>9</number> + </property> + <item> + <widget class="QRadioButton" name="radioButtonTextFrame" > + <property name="toolTip" > + <string>Insert one or more text frames</string> + </property> + <property name="text" > + <string>&Text Frame</string> + </property> + </widget> + </item> + <item> + <widget class="QRadioButton" name="radioButtonImageFrame" > + <property name="toolTip" > + <string>Insert one or more image frames</string> + </property> + <property name="text" > + <string>&Image Frame</string> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> + <spacer> + <property name="orientation" > + <enum>Qt::Vertical</enum> + </property> + <property name="sizeHint" stdset="0" > + <size> + <width>20</width> + <height>40</height> + </size> + </property> + </spacer> + </item> + </layout> + </item> + <item> + <widget class="QTextEdit" name="typeTextEdit" /> + </item> + </layout> + </widget> + <widget class="QWidget" name="locationTab" > + <property name="geometry" > + <rect> + <x>0</x> + <y>0</y> + <width>441</width> + <height>278</height> + </rect> + </property> + <attribute name="title" > + <string>&Location</string> + </attribute> + <layout class="QHBoxLayout" > + <property name="spacing" > + <number>6</number> + </property> + <property name="margin" > + <number>9</number> + </property> + <item> + <widget class="QGroupBox" name="pagePlacementGroupBox" > + <property name="toolTip" > + <string>Place the new frames on the current page, on all pages or on a selected range</string> + </property> + <property name="title" > + <string>Page Placement</string> + </property> + <layout class="QVBoxLayout" > + <property name="spacing" > + <number>6</number> + </property> + <property name="margin" > + <number>9</number> + </property> + <item> + <widget class="QRadioButton" name="radioButtonCurrentPage" > + <property name="toolTip" > + <string>Insert the frame on the current page only</string> + </property> + <property name="text" > + <string>Current Page</string> + </property> + </widget> + </item> + <item> + <widget class="QRadioButton" name="radioButtonAllPages" > + <property name="toolTip" > + <string>Insert one frame for each existing page</string> + </property> + <property name="text" > + <string>All Pages</string> + </property> + </widget> + </item> + <item> + <widget class="QRadioButton" name="radioButtonRangeOfPages" > + <property name="toolTip" > + <string>Insert frames on a range of pages</string> + </property> + <property name="text" > + <string>Range of Pages</string> + </property> + </widget> + </item> + <item> + <layout class="QHBoxLayout" > + <property name="spacing" > + <number>6</number> + </property> + <property name="margin" > + <number>0</number> + </property> + <item> + <widget class="QLineEdit" name="placementPagesLineEdit" > + <property name="toolTip" > + <string>Range of pages to insert frames on</string> + </property> + </widget> + </item> + <item> + <widget class="QToolButton" name="placementPagesRangeButton" > + <property name="toolTip" > + <string/> + </property> + <property name="text" > + <string>...</string> + </property> + </widget> + </item> + </layout> + </item> + <item> + <spacer> + <property name="orientation" > + <enum>Qt::Vertical</enum> + </property> + <property name="sizeHint" stdset="0" > + <size> + <width>20</width> + <height>40</height> + </size> + </property> + </spacer> + </item> + </layout> + </widget> + </item> + <item> + <widget class="QGroupBox" name="framePositionGroupBox" > + <property name="toolTip" > + <string>Position the new frame in relation to the page</string> + </property> + <property name="title" > + <string>Position of Frame</string> + </property> + <layout class="QVBoxLayout" > + <property name="spacing" > + <number>6</number> + </property> + <property name="margin" > + <number>9</number> + </property> + <item> + <widget class="QRadioButton" name="radioButtonTopLeftOfMargins" > + <property name="toolTip" > + <string>Insert the frame at the top left of the page margins</string> + </property> + <property name="text" > + <string>Top Left of Margins</string> + </property> + </widget> + </item> + <item> + <widget class="QRadioButton" name="radioButtonTopLeftOfPage" > + <property name="toolTip" > + <string>Insert the frame at the top left of the page</string> + </property> + <property name="text" > + <string>Top Left of Page</string> + </property> + </widget> + </item> + <item> + <widget class="QRadioButton" name="radioButtonTopLeftOfBleed" > + <property name="toolTip" > + <string>Insert the frame at the top left of the page bleed</string> + </property> + <property name="text" > + <string>Top Left of Bleed</string> + </property> + </widget> + </item> + <item> + <widget class="QRadioButton" name="radioButtonCustomPosition" > + <property name="toolTip" > + <string>Insert the frame at a custom position on the page</string> + </property> + <property name="text" > + <string>Custom Position</string> + </property> + </widget> + </item> + <item> + <layout class="QHBoxLayout" > + <property name="spacing" > + <number>6</number> + </property> + <property name="margin" > + <number>0</number> + </property> + <item> + <spacer> + <property name="orientation" > + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeType" > + <enum>QSizePolicy::Fixed</enum> + </property> + <property name="sizeHint" stdset="0" > + <size> + <width>30</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item> + <layout class="QGridLayout" > + <property name="margin" > + <number>0</number> + </property> + <property name="spacing" > + <number>6</number> + </property> + <item row="1" column="0" > + <widget class="QLabel" name="label_2" > + <property name="text" > + <string>Y:</string> + </property> + </widget> + </item> + <item row="0" column="0" > + <widget class="QLabel" name="label" > + <property name="text" > + <string>X:</string> + </property> + </widget> + </item> + <item row="1" column="1" > + <widget class="ScrSpinBox" name="yPosScrSpinBox" > + <property name="toolTip" > + <string>Top position of the inserted frame</string> + </property> + </widget> + </item> + <item row="0" column="1" > + <widget class="ScrSpinBox" name="xPosScrSpinBox" > + <property name="toolTip" > + <string>Left position of the inserted frame</string> + </property> + </widget> + </item> + </layout> + </item> + <item> + <spacer> + <property name="orientation" > + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0" > + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + </layout> + </item> + <item> + <spacer> + <property name="orientation" > + <enum>Qt::Vertical</enum> + </property> + <property name="sizeHint" stdset="0" > + <size> + <width>20</width> + <height>31</height> + </size> + </property> + </spacer> + </item> + </layout> + </widget> + </item> + </layout> + </widget> + <widget class="QWidget" name="sizeTab" > + <property name="geometry" > + <rect> + <x>0</x> + <y>0</y> + <width>441</width> + <height>278</height> + </rect> + </property> + <attribute name="title" > + <string>&Size</string> + </attribute> + <layout class="QHBoxLayout" > + <property name="spacing" > + <number>6</number> + </property> + <property name="margin" > + <number>9</number> + </property> + <item> + <widget class="QGroupBox" name="sizeGroupBox" > + <property name="toolTip" > + <string/> + </property> + <property name="title" > + <string/> + </property> + <layout class="QVBoxLayout" > + <property name="spacing" > + <number>6</number> + </property> + <property name="margin" > + <number>9</number> + </property> + <item> + <widget class="QRadioButton" name="radioButtonPageMarginSize" > + <property name="toolTip" > + <string>Insert the new frame with the same dimensions as the page margins</string> + </property> + <property name="text" > + <string>Same as the Page Margins</string> + </property> + </widget> + </item> + <item> + <widget class="QRadioButton" name="radioButtonPageSize" > + <property name="toolTip" > + <string>Insert the new frame with the same dimensions as the page</string> + </property> + <property name="text" > + <string>Same as the Page</string> + </property> + </widget> + </item> + <item> + <widget class="QRadioButton" name="radioButtonBleedSize" > + <property name="toolTip" > + <string>Insert the new frame with the same dimensions as the bleed area outside the boundary of the page itself</string> + </property> + <property name="text" > + <string>Same as the Bleed</string> + </property> + </widget> + </item> + <item> + <widget class="QRadioButton" name="radioButtonImageSize" > + <property name="toolTip" > + <string>Insert the new frame with the same dimensions as the image that will be imported</string> + </property> + <property name="text" > + <string>Same as the Imported Image</string> + </property> + </widget> + </item> + <item> + <widget class="QRadioButton" name="radioButtonCustomSize" > + <property name="toolTip" > + <string>Insert the new frame with a custom size</string> + </property> + <property name="text" > + <string>Custom Size</string> + </property> + </widget> + </item> + <item> + <layout class="QHBoxLayout" > + <property name="spacing" > + <number>6</number> + </property> + <property name="margin" > + <number>0</number> + </property> + <item> + <spacer> + <property name="orientation" > + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeType" > + <enum>QSizePolicy::Fixed</enum> + </property> + <property name="sizeHint" stdset="0" > + <size> + <width>30</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item> + <layout class="QGridLayout" > + <property name="margin" > + <number>0</number> + </property> + <property name="spacing" > + <number>6</number> + </property> + <item row="1" column="0" > + <widget class="QLabel" name="label_3" > + <property name="text" > + <string>Height:</string> + </property> + </widget> + </item> + <item row="0" column="0" > + <widget class="QLabel" name="label_4" > + <property name="text" > + <string>Width:</string> + </property> + </widget> + </item> + <item row="0" column="1" > + <widget class="ScrSpinBox" name="widthScrSpinBox" > + <property name="toolTip" > + <string>Width of the inserted frame</string> + </property> + </widget> + </item> + <item row="1" column="1" > + <widget class="ScrSpinBox" name="heightScrSpinBox" > + <property name="toolTip" > + <string>Height of the inserted frame</string> + </property> + </widget> + </item> + </layout> + </item> + <item> + <spacer> + <property name="orientation" > + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0" > + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + </layout> + </item> + <item> + <spacer> + <property name="orientation" > + <enum>Qt::Vertical</enum> + </property> + <property name="sizeHint" stdset="0" > + <size> + <width>20</width> + <height>40</height> + </size> + </property> + </spacer> + </item> + </layout> + </widget> + </item> + </layout> + </widget> + <widget class="QWidget" name="optionsTab" > + <property name="geometry" > + <rect> + <x>0</x> + <y>0</y> + <width>441</width> + <height>278</height> + </rect> + </property> + <attribute name="title" > + <string>&Options</string> + </attribute> + <layout class="QVBoxLayout" > + <property name="spacing" > + <number>6</number> + </property> + <property name="margin" > + <number>9</number> + </property> + <item> + <widget class="QStackedWidget" name="optionsStackedWidget" > + <property name="currentIndex" > + <number>0</number> + </property> + <widget class="QWidget" name="page" > + <property name="geometry" > + <rect> + <x>0</x> + <y>0</y> + <width>423</width> + <height>260</height> + </rect> + </property> + <layout class="QVBoxLayout" name="verticalLayout" > + <item> + <layout class="QHBoxLayout" > + <property name="spacing" > + <number>6</number> + </property> + <property name="margin" > + <number>0</number> + </property> + <item> + <layout class="QGridLayout" > + <property name="margin" > + <number>0</number> + </property> + <property name="spacing" > + <number>6</number> + </property> + <item row="0" column="1" > + <widget class="QSpinBox" name="textColumnCountSpinBox" > + <property name="toolTip" > + <string>Number of columns for the inserted text frame</string> + </property> + <property name="minimum" > + <number>1</number> + </property> + </widget> + </item> + <item row="1" column="0" > + <widget class="QLabel" name="textColumnGapLabel" > + <property name="text" > + <string>Gap:</string> + </property> + </widget> + </item> + <item row="1" column="1" > + <widget class="ScrSpinBox" name="textColumnGapScrSpinBox" > + <property name="toolTip" > + <string>Distance between the columns in the text frame</string> + </property> + </widget> + </item> + <item row="0" column="0" > + <widget class="QLabel" name="textColumnCountLabel" > + <property name="text" > + <string>Columns:</string> + </property> + </widget> + </item> + </layout> + </item> + <item> + <spacer> + <property name="orientation" > + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0" > + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + </layout> + </item> + <item> + <widget class="QCheckBox" name="checkBoxLinkCreatedTextFrames" > + <property name="toolTip" > + <string>Link the inserted text frames together to form a chain of frames</string> + </property> + <property name="text" > + <string>Link Inserted Frames</string> + </property> + </widget> + </item> + <item> + <layout class="QHBoxLayout" name="horizontalLayout" > + <item> + <widget class="QCheckBox" name="checkBoxLinkToExistingFrame" > + <property name="toolTip" > + <string>Link the first inserted frame to a preexisting text frame</string> + </property> + <property name="text" > + <string>Link to Existing Frame</string> + </property> + </widget> + </item> + <item> + <widget class="QComboBox" name="comboBoxLinkToExistingFrameName" > + <property name="enabled" > + <bool>false</bool> + </property> + <property name="sizePolicy" > + <sizepolicy vsizetype="Fixed" hsizetype="Expanding" > + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="toolTip" > + <string>Name of existing text frame to link to</string> + </property> + </widget> + </item> + </layout> + </item> + <item> + <layout class="QHBoxLayout" > + <property name="spacing" > + <number>6</number> + </property> + <property name="margin" > + <number>0</number> + </property> + <item> + <widget class="QLabel" name="sourceDocLabel" > + <property name="text" > + <string>Source Document:</string> + </property> + </widget> + </item> + <item> + <widget class="QLineEdit" name="sourceDocLineEdit" > + <property name="toolTip" > + <string>Source document to load into the text frame</string> + </property> + </widget> + </item> + <item> + <widget class="QToolButton" name="selectDocFileButton" > + <property name="text" > + <string>...</string> + </property> + </widget> + </item> + </layout> + </item> + <item> + <spacer> + <property name="orientation" > + <enum>Qt::Vertical</enum> + </property> + <property name="sizeHint" stdset="0" > + <size> + <width>20</width> + <height>40</height> + </size> + </property> + </spacer> + </item> + </layout> + </widget> + <widget class="QWidget" name="page_2" > + <property name="geometry" > + <rect> + <x>0</x> + <y>0</y> + <width>423</width> + <height>260</height> + </rect> + </property> + <layout class="QVBoxLayout" > + <property name="spacing" > + <number>6</number> + </property> + <property name="margin" > + <number>9</number> + </property> + <item> + <layout class="QHBoxLayout" > + <property name="spacing" > + <number>6</number> + </property> + <property name="margin" > + <number>0</number> + </property> + <item> + <widget class="QLabel" name="sourceImageLabel" > + <property name="text" > + <string>Source Image:</string> + </property> + </widget> + </item> + <item> + <widget class="QLineEdit" name="sourceImageLineEdit" > + <property name="toolTip" > + <string>Source image to load into the inserted image frame</string> + </property> + </widget> + </item> + <item> + <widget class="QToolButton" name="selectImageFileButton" > + <property name="text" > + <string>...</string> + </property> + </widget> + </item> + </layout> + </item> + <item> + <spacer> + <property name="orientation" > + <enum>Qt::Vertical</enum> + </property> + <property name="sizeHint" stdset="0" > + <size> + <width>20</width> + <height>40</height> + </size> + </property> + </spacer> + </item> + </layout> + </widget> + <widget class="QWidget" name="page_3" > + <property name="geometry" > + <rect> + <x>0</x> + <y>0</y> + <width>423</width> + <height>260</height> + </rect> + </property> + <layout class="QVBoxLayout" > + <property name="spacing" > + <number>6</number> + </property> + <property name="margin" > + <number>9</number> + </property> + <item> + <widget class="QLabel" name="label_9" > + <property name="text" > + <string>There are no options for this type of frame</string> + </property> + <property name="alignment" > + <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> + </property> + </widget> + </item> + </layout> + </widget> + </widget> + </item> + </layout> + </widget> + </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>ScrSpinBox</class> + <extends>QDoubleSpinBox</extends> + <header>scrspinbox.h</header> + </customwidget> + </customwidgets> + <resources/> + <connections> + <connection> + <sender>buttonBox</sender> + <signal>accepted()</signal> + <receiver>InsertAFrame</receiver> + <slot>accept()</slot> + <hints> + <hint type="sourcelabel" > + <x>248</x> + <y>254</y> + </hint> + <hint type="destinationlabel" > + <x>157</x> + <y>274</y> + </hint> + </hints> + </connection> + <connection> + <sender>buttonBox</sender> + <signal>rejected()</signal> + <receiver>InsertAFrame</receiver> + <slot>reject()</slot> + <hints> + <hint type="sourcelabel" > + <x>316</x> + <y>260</y> + </hint> + <hint type="destinationlabel" > + <x>286</x> + <y>274</y> + </hint> + </hints> + </connection> + </connections> +</ui> |
