FreeCAD/src/Gui/DlgSettingsImage.ui

448 lines
12 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<ui version="4.0" >
<author></author>
<comment></comment>
<exportmacro></exportmacro>
<class>Gui::Dialog::DlgSettingsImage</class>
<widget class="QWidget" name="Gui::Dialog::DlgSettingsImage" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>440</width>
<height>519</height>
</rect>
</property>
<property name="windowTitle" >
<string>Image settings</string>
</property>
<layout class="QGridLayout" >
<property name="margin" >
<number>9</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item row="1" column="0" >
<widget class="QGroupBox" name="groupBoxProp" >
<property name="title" >
<string>Image properties</string>
</property>
<layout class="QGridLayout" >
<property name="margin" >
<number>9</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item row="0" column="0" >
<widget class="QLabel" name="textLabelColor" >
<property name="text" >
<string>Back&amp;ground:</string>
</property>
<property name="buddy" >
<cstring>comboBackground</cstring>
</property>
</widget>
</item>
<item row="0" column="2" >
<widget class="QComboBox" name="comboBackground" >
<item>
<property name="text" >
<string>Current</string>
</property>
</item>
<item>
<property name="text" >
<string>White</string>
</property>
</item>
<item>
<property name="text" >
<string>Black</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</item>
<item row="0" column="0" >
<widget class="QGroupBox" name="groupBoxDim" >
<property name="title" >
<string>Image dimensions</string>
</property>
<layout class="QGridLayout" >
<property name="margin" >
<number>9</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item row="0" column="0" >
<layout class="QGridLayout" >
<property name="margin" >
<number>0</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item row="1" column="1" >
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" >
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="2" column="2" >
<widget class="QSpinBox" name="spinHeight" >
<property name="maximum" >
<number>32767</number>
</property>
<property name="minimum" >
<number>1</number>
</property>
</widget>
</item>
<item row="1" column="2" >
<widget class="QSpinBox" name="spinWidth" >
<property name="maximum" >
<number>32767</number>
</property>
<property name="minimum" >
<number>1</number>
</property>
</widget>
</item>
<item row="1" column="3" >
<widget class="QLabel" name="label_2" >
<property name="text" >
<string>Pixel</string>
</property>
</widget>
</item>
<item row="1" column="0" >
<widget class="QLabel" name="textLabelWidth" >
<property name="text" >
<string>&amp;Width:</string>
</property>
<property name="buddy" >
<cstring>spinWidth</cstring>
</property>
</widget>
</item>
<item row="0" column="2" colspan="2" >
<widget class="QComboBox" name="standardSizeBox" >
<item>
<property name="text" >
<string>Current screen</string>
</property>
</item>
<item>
<property name="text" >
<string>Icon 32 x 32</string>
</property>
</item>
<item>
<property name="text" >
<string>Icon 64 x 64</string>
</property>
</item>
<item>
<property name="text" >
<string>Icon 128 x 128</string>
</property>
</item>
<item>
<property name="text" >
<string>CGA 320 x 200</string>
</property>
</item>
<item>
<property name="text" >
<string>QVGA 320 x 240</string>
</property>
</item>
<item>
<property name="text" >
<string>VGA 640 x 480</string>
</property>
</item>
<item>
<property name="text" >
<string>NTSC 720 x 480</string>
</property>
</item>
<item>
<property name="text" >
<string>PAL 768 x 578</string>
</property>
</item>
<item>
<property name="text" >
<string>SVGA 800 x 600</string>
</property>
</item>
<item>
<property name="text" >
<string>XGA 1024 x 768</string>
</property>
</item>
<item>
<property name="text" >
<string>HD720 1280 x 720</string>
</property>
</item>
<item>
<property name="text" >
<string>SXGA 1280 x 1024</string>
</property>
</item>
<item>
<property name="text" >
<string>SXGA+ 1400 x 1050</string>
</property>
</item>
<item>
<property name="text" >
<string>UXGA 1600 x 1200</string>
</property>
</item>
<item>
<property name="text" >
<string>HD1080 1920 x 1080</string>
</property>
</item>
<item>
<property name="text" >
<string>WUXGA 1920 x 1200</string>
</property>
</item>
<item>
<property name="text" >
<string>QXGA 2048 x 1538</string>
</property>
</item>
<item>
<property name="text" >
<string>WQXGA 2560 x 1600</string>
</property>
</item>
<item>
<property name="text" >
<string>QSXGA 2560 x 2048</string>
</property>
</item>
<item>
<property name="text" >
<string>QUXGA 3200 × 2400</string>
</property>
</item>
<item>
<property name="text" >
<string>HUXGA 6400 × 4800</string>
</property>
</item>
<item>
<property name="text" >
<string>!!! 10000 x 10000</string>
</property>
</item>
</widget>
</item>
<item row="0" column="0" >
<widget class="QLabel" name="label" >
<property name="text" >
<string>Standard sizes:</string>
</property>
</widget>
</item>
<item row="0" column="1" >
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" >
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="2" column="3" >
<widget class="QLabel" name="label_3" >
<property name="text" >
<string>Pixel</string>
</property>
</widget>
</item>
<item row="2" column="1" >
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" >
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="2" column="0" >
<widget class="QLabel" name="textLabelHeight" >
<property name="text" >
<string>&amp;Height:</string>
</property>
<property name="buddy" >
<cstring>spinHeight</cstring>
</property>
</widget>
</item>
</layout>
</item>
<item row="1" column="0" >
<layout class="QHBoxLayout" >
<property name="margin" >
<number>0</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item>
<widget class="QLabel" name="textLabel1" >
<property name="text" >
<string>Aspect ratio:</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="buttonRatioScreen" >
<property name="text" >
<string>&amp;Screen</string>
</property>
<property name="shortcut" >
<string>Alt+S</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="buttonRatio4x3" >
<property name="text" >
<string>&amp;4:3</string>
</property>
<property name="shortcut" >
<string>Alt+4</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="buttonRatio16x9" >
<property name="text" >
<string>1&amp;6:9</string>
</property>
<property name="shortcut" >
<string>Alt+6</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="buttonRatio1x1" >
<property name="text" >
<string>&amp;1:1</string>
</property>
<property name="shortcut" >
<string>Alt+1</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item row="2" column="0" >
<widget class="QGroupBox" name="buttonGroupComment" >
<property name="enabled" >
<bool>false</bool>
</property>
<property name="title" >
<string>Image comment</string>
</property>
<layout class="QGridLayout" >
<property name="margin" >
<number>9</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item row="0" column="0" >
<widget class="QRadioButton" name="radioButtonMiba" >
<property name="text" >
<string>Insert MIBA</string>
</property>
<property name="checked" >
<bool>true</bool>
</property>
</widget>
</item>
<item row="2" column="0" >
<widget class="QTextEdit" name="textEditComment" >
<property name="enabled" >
<bool>false</bool>
</property>
</widget>
</item>
<item row="1" column="0" >
<widget class="QRadioButton" name="radioButtonComment" >
<property name="text" >
<string>Insert comment</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<layoutdefault spacing="6" margin="11" />
<tabstops>
<tabstop>standardSizeBox</tabstop>
<tabstop>spinWidth</tabstop>
<tabstop>spinHeight</tabstop>
<tabstop>buttonRatioScreen</tabstop>
<tabstop>buttonRatio4x3</tabstop>
<tabstop>buttonRatio16x9</tabstop>
<tabstop>buttonRatio1x1</tabstop>
<tabstop>comboBackground</tabstop>
<tabstop>radioButtonMiba</tabstop>
<tabstop>radioButtonComment</tabstop>
<tabstop>textEditComment</tabstop>
</tabstops>
<resources/>
<connections>
<connection>
<sender>radioButtonComment</sender>
<signal>toggled(bool)</signal>
<receiver>textEditComment</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel" >
<x>35</x>
<y>262</y>
</hint>
<hint type="destinationlabel" >
<x>39</x>
<y>316</y>
</hint>
</hints>
</connection>
</connections>
</ui>