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/picstatus.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/picstatus.ui')
| -rw-r--r-- | scribus/picstatus.ui | 698 |
1 files changed, 698 insertions, 0 deletions
diff --git a/scribus/picstatus.ui b/scribus/picstatus.ui new file mode 100644 index 0000000..2545bab --- /dev/null +++ b/scribus/picstatus.ui @@ -0,0 +1,698 @@ +<ui version="4.0" > + <class>PicStatus</class> + <widget class="QDialog" name="PicStatus" > + <property name="windowModality" > + <enum>Qt::WindowModal</enum> + </property> + <property name="geometry" > + <rect> + <x>0</x> + <y>0</y> + <width>764</width> + <height>464</height> + </rect> + </property> + <property name="windowTitle" > + <string>Manage Images</string> + </property> + <layout class="QVBoxLayout" > + <property name="spacing" > + <number>5</number> + </property> + <property name="margin" > + <number>10</number> + </property> + <item> + <widget class="QListWidget" name="imageViewArea" > + <property name="minimumSize" > + <size> + <width>0</width> + <height>150</height> + </size> + </property> + <property name="dragDropMode" > + <enum>QAbstractItemView::NoDragDrop</enum> + </property> + <property name="movement" > + <enum>QListView::Static</enum> + </property> + <property name="flow" > + <enum>QListView::LeftToRight</enum> + </property> + <property name="isWrapping" stdset="0" > + <bool>true</bool> + </property> + <property name="resizeMode" > + <enum>QListView::Adjust</enum> + </property> + <property name="spacing" > + <number>5</number> + </property> + <property name="viewMode" > + <enum>QListView::IconMode</enum> + </property> + <property name="wordWrap" > + <bool>true</bool> + </property> + </widget> + </item> + <item> + <widget class="QTabWidget" name="workTab" > + <property name="sizePolicy" > + <sizepolicy vsizetype="Minimum" hsizetype="Expanding" > + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="toolTip" > + <string/> + </property> + <property name="currentIndex" > + <number>0</number> + </property> + <widget class="QWidget" name="tabInfo" > + <property name="geometry" > + <rect> + <x>0</x> + <y>0</y> + <width>736</width> + <height>181</height> + </rect> + </property> + <attribute name="title" > + <string>Information</string> + </attribute> + <layout class="QVBoxLayout" name="verticalLayout_2" > + <item> + <layout class="QHBoxLayout" name="horizontalLayout_3" > + <item> + <layout class="QFormLayout" name="formLayout_4" > + <item row="0" column="0" > + <widget class="QLabel" name="textLabel1" > + <property name="sizePolicy" > + <sizepolicy vsizetype="Preferred" hsizetype="Minimum" > + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize" > + <size> + <width>70</width> + <height>0</height> + </size> + </property> + <property name="text" > + <string>Name:</string> + </property> + <property name="wordWrap" > + <bool>false</bool> + </property> + </widget> + </item> + <item row="0" column="1" > + <widget class="QLabel" name="displayName" > + <property name="sizePolicy" > + <sizepolicy vsizetype="Preferred" hsizetype="Maximum" > + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize" > + <size> + <width>220</width> + <height>0</height> + </size> + </property> + <property name="toolTip" > + <string>Name of the image file</string> + </property> + <property name="text" > + <string/> + </property> + <property name="alignment" > + <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> + </property> + <property name="wordWrap" > + <bool>false</bool> + </property> + </widget> + </item> + <item row="1" column="0" > + <widget class="QLabel" name="textLabel3" > + <property name="sizePolicy" > + <sizepolicy vsizetype="Preferred" hsizetype="Minimum" > + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize" > + <size> + <width>70</width> + <height>0</height> + </size> + </property> + <property name="text" > + <string>Path:</string> + </property> + <property name="wordWrap" > + <bool>false</bool> + </property> + </widget> + </item> + <item row="1" column="1" > + <widget class="QLabel" name="displayPath" > + <property name="sizePolicy" > + <sizepolicy vsizetype="Preferred" hsizetype="Maximum" > + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize" > + <size> + <width>220</width> + <height>0</height> + </size> + </property> + <property name="toolTip" > + <string>Location where the image file is stored</string> + </property> + <property name="text" > + <string/> + </property> + <property name="alignment" > + <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> + </property> + <property name="wordWrap" > + <bool>false</bool> + </property> + </widget> + </item> + </layout> + </item> + <item> + <widget class="QPushButton" name="searchButton" > + <property name="toolTip" > + <string>Search for a missing image</string> + </property> + <property name="text" > + <string>Search...</string> + </property> + <property name="autoDefault" > + <bool>false</bool> + </property> + <property name="flat" > + <bool>false</bool> + </property> + </widget> + </item> + </layout> + </item> + <item> + <layout class="QHBoxLayout" name="horizontalLayout_2" > + <item> + <widget class="QGroupBox" name="groupImage" > + <property name="title" > + <string>Image</string> + </property> + <layout class="QFormLayout" name="formLayout" > + <item row="0" column="0" > + <widget class="QLabel" name="textLabel6" > + <property name="text" > + <string>Format:</string> + </property> + <property name="alignment" > + <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> + </property> + <property name="wordWrap" > + <bool>false</bool> + </property> + </widget> + </item> + <item row="0" column="1" > + <widget class="QLabel" name="displayFormat" > + <property name="minimumSize" > + <size> + <width>70</width> + <height>0</height> + </size> + </property> + <property name="toolTip" > + <string>Type of the image</string> + </property> + <property name="text" > + <string/> + </property> + <property name="wordWrap" > + <bool>false</bool> + </property> + </widget> + </item> + <item row="1" column="0" > + <widget class="QLabel" name="textLabel5_2" > + <property name="toolTip" > + <string>The colorspace of the image</string> + </property> + <property name="text" > + <string>Colorspace:</string> + </property> + <property name="alignment" > + <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> + </property> + <property name="wordWrap" > + <bool>false</bool> + </property> + </widget> + </item> + <item row="1" column="1" > + <widget class="QLabel" name="displayColorspace" > + <property name="minimumSize" > + <size> + <width>70</width> + <height>0</height> + </size> + </property> + <property name="toolTip" > + <string>Colorspace used within the image, eg RGB or CMYK</string> + </property> + <property name="text" > + <string/> + </property> + <property name="wordWrap" > + <bool>false</bool> + </property> + </widget> + </item> + <item row="2" column="0" > + <widget class="QLabel" name="textLabel1_2" > + <property name="text" > + <string>DPI:</string> + </property> + <property name="alignment" > + <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> + </property> + <property name="wordWrap" > + <bool>false</bool> + </property> + </widget> + </item> + <item row="2" column="1" > + <widget class="QLabel" name="displayDPI" > + <property name="minimumSize" > + <size> + <width>70</width> + <height>0</height> + </size> + </property> + <property name="toolTip" > + <string>Native resolution of the image, in dots per inch</string> + </property> + <property name="text" > + <string/> + </property> + <property name="wordWrap" > + <bool>false</bool> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> + <widget class="QGroupBox" name="groupSize" > + <property name="title" > + <string>Size</string> + </property> + <layout class="QFormLayout" name="formLayout_2" > + <item row="0" column="0" > + <widget class="QLabel" name="textLabel9" > + <property name="text" > + <string>Pixels:</string> + </property> + <property name="wordWrap" > + <bool>false</bool> + </property> + </widget> + </item> + <item row="0" column="1" > + <widget class="QLabel" name="displaySizePixel" > + <property name="minimumSize" > + <size> + <width>120</width> + <height>0</height> + </size> + </property> + <property name="toolTip" > + <string>Height and width of the image</string> + </property> + <property name="text" > + <string/> + </property> + <property name="wordWrap" > + <bool>false</bool> + </property> + </widget> + </item> + <item row="1" column="0" > + <widget class="QLabel" name="textLabel10" > + <property name="text" > + <string>Scale:</string> + </property> + <property name="wordWrap" > + <bool>false</bool> + </property> + </widget> + </item> + <item row="1" column="1" > + <widget class="QLabel" name="displayScale" > + <property name="minimumSize" > + <size> + <width>120</width> + <height>0</height> + </size> + </property> + <property name="toolTip" > + <string>Horizontal and vertical scaling applied to the image</string> + </property> + <property name="text" > + <string/> + </property> + <property name="wordWrap" > + <bool>false</bool> + </property> + </widget> + </item> + <item row="2" column="0" > + <widget class="QLabel" name="textLabel1_4" > + <property name="text" > + <string>Printed:</string> + </property> + <property name="wordWrap" > + <bool>false</bool> + </property> + </widget> + </item> + <item row="2" column="1" > + <widget class="QLabel" name="displayPrintSize" > + <property name="sizePolicy" > + <sizepolicy vsizetype="Preferred" hsizetype="Preferred" > + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize" > + <size> + <width>120</width> + <height>0</height> + </size> + </property> + <property name="toolTip" > + <string>Size of the image when printed</string> + </property> + <property name="text" > + <string/> + </property> + <property name="wordWrap" > + <bool>false</bool> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> + <widget class="QGroupBox" name="groupLayout" > + <property name="title" > + <string>Layout</string> + </property> + <layout class="QHBoxLayout" name="horizontalLayout" > + <item> + <layout class="QFormLayout" name="formLayout_3" > + <item row="0" column="0" > + <widget class="QLabel" name="textLabel5" > + <property name="text" > + <string>On Page:</string> + </property> + <property name="wordWrap" > + <bool>false</bool> + </property> + </widget> + </item> + <item row="0" column="1" > + <widget class="QLabel" name="displayPage" > + <property name="minimumSize" > + <size> + <width>70</width> + <height>0</height> + </size> + </property> + <property name="toolTip" > + <string>Page that the image is displayed on</string> + </property> + <property name="text" > + <string/> + </property> + <property name="wordWrap" > + <bool>false</bool> + </property> + </widget> + </item> + <item row="1" column="0" > + <widget class="QLabel" name="textLabel1_3" > + <property name="text" > + <string>Page Item:</string> + </property> + <property name="wordWrap" > + <bool>false</bool> + </property> + </widget> + </item> + <item row="1" column="1" > + <widget class="QLabel" name="displayObjekt" > + <property name="minimumSize" > + <size> + <width>70</width> + <height>0</height> + </size> + </property> + <property name="toolTip" > + <string>Name of the page item that contains the image</string> + </property> + <property name="text" > + <string/> + </property> + <property name="wordWrap" > + <bool>false</bool> + </property> + </widget> + </item> + <item row="2" column="0" > + <widget class="QLabel" name="textLabel2" > + <property name="text" > + <string>Effective DPI:</string> + </property> + <property name="alignment" > + <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> + </property> + <property name="wordWrap" > + <bool>false</bool> + </property> + </widget> + </item> + <item row="2" column="1" > + <widget class="QLabel" name="displayEffDPI" > + <property name="minimumSize" > + <size> + <width>70</width> + <height>0</height> + </size> + </property> + <property name="toolTip" > + <string>Effective resolution of the image after scaling</string> + </property> + <property name="text" > + <string/> + </property> + <property name="wordWrap" > + <bool>false</bool> + </property> + </widget> + </item> + </layout> + </item> + <item> + <layout class="QVBoxLayout" name="verticalLayout" > + <item> + <widget class="QPushButton" name="goPageButton" > + <property name="toolTip" > + <string>Move to the page that the image is on</string> + </property> + <property name="text" > + <string>Go to</string> + </property> + <property name="autoDefault" > + <bool>false</bool> + </property> + <property name="flat" > + <bool>false</bool> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="selectButton" > + <property name="toolTip" > + <string>Move to the page that the item is on and select it</string> + </property> + <property name="text" > + <string>Select</string> + </property> + <property name="autoDefault" > + <bool>false</bool> + </property> + <property name="flat" > + <bool>false</bool> + </property> + </widget> + </item> + </layout> + </item> + </layout> + </widget> + </item> + </layout> + </item> + </layout> + </widget> + <widget class="QWidget" name="tabTasks" > + <property name="geometry" > + <rect> + <x>0</x> + <y>0</y> + <width>807</width> + <height>181</height> + </rect> + </property> + <attribute name="title" > + <string>Image Tools</string> + </attribute> + <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="isPrinting" > + <property name="toolTip" > + <string>Enable or disable exporting of the item</string> + </property> + <property name="text" > + <string>Export/Print Image</string> + </property> + </widget> + </item> + <item row="1" column="1" > + <widget class="QPushButton" name="buttonLayers" > + <property name="toolTip" > + <string>Set format specfic properties of certain image types, like clipping paths</string> + </property> + <property name="text" > + <string>Extended Image Properties...</string> + </property> + <property name="shortcut" > + <string/> + </property> + </widget> + </item> + <item row="0" column="1" > + <widget class="QPushButton" name="buttonEdit" > + <property name="toolTip" > + <string>Edit the image in the default editor</string> + </property> + <property name="text" > + <string>Edit Image...</string> + </property> + </widget> + </item> + <item row="1" column="0" > + <widget class="QCheckBox" name="isVisibleCheck" > + <property name="toolTip" > + <string>Make the image visible or invisible</string> + </property> + <property name="text" > + <string>Image Visible</string> + </property> + </widget> + </item> + <item row="0" column="2" > + <widget class="QPushButton" name="effectsButton" > + <property name="toolTip" > + <string>Apply non destructive effects to the image in its frame</string> + </property> + <property name="text" > + <string>Image Effects...</string> + </property> + </widget> + </item> + <item row="2" column="1" > + <spacer> + <property name="orientation" > + <enum>Qt::Vertical</enum> + </property> + <property name="sizeType" > + <enum>QSizePolicy::Expanding</enum> + </property> + <property name="sizeHint" stdset="0" > + <size> + <width>21</width> + <height>90</height> + </size> + </property> + </spacer> + </item> + </layout> + </widget> + </widget> + </item> + <item> + <layout class="QHBoxLayout" > + <property name="spacing" > + <number>5</number> + </property> + <property name="margin" > + <number>0</number> + </property> + <item> + <spacer> + <property name="orientation" > + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeType" > + <enum>QSizePolicy::Expanding</enum> + </property> + <property name="sizeHint" stdset="0" > + <size> + <width>131</width> + <height>21</height> + </size> + </property> + </spacer> + </item> + <item> + <widget class="QPushButton" name="closeButton" > + <property name="text" > + <string>Close</string> + </property> + <property name="default" > + <bool>true</bool> + </property> + </widget> + </item> + </layout> + </item> + </layout> + </widget> + <layoutdefault spacing="5" margin="10" /> + <resources/> + <connections/> +</ui> |
