Warning, /education/kstars/kstars/dialogs/exportimagedialog.ui is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8"?> 0002 <ui version="4.0"> 0003 <class>ExportImageDialog</class> 0004 <widget class="QWidget" name="ExportImageDialog"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>421</width> 0010 <height>207</height> 0011 </rect> 0012 </property> 0013 <layout class="QVBoxLayout" name="verticalLayout"> 0014 <item> 0015 <widget class="QGroupBox" name="legendGroupBox"> 0016 <property name="title"> 0017 <string>Legend Configuration</string> 0018 </property> 0019 <layout class="QVBoxLayout" name="verticalLayout_2"> 0020 <item> 0021 <widget class="QCheckBox" name="addLegendCheckBox"> 0022 <property name="text"> 0023 <string>Add legend to exported sky image</string> 0024 </property> 0025 </widget> 0026 </item> 0027 <item> 0028 <layout class="QFormLayout" name="formLayout"> 0029 <property name="fieldGrowthPolicy"> 0030 <enum>QFormLayout::AllNonFixedFieldsGrow</enum> 0031 </property> 0032 <item row="0" column="0"> 0033 <widget class="QLabel" name="legendOrientationLabel"> 0034 <property name="text"> 0035 <string>Legend orientation:</string> 0036 </property> 0037 </widget> 0038 </item> 0039 <item row="0" column="1"> 0040 <widget class="QComboBox" name="legendOrientationComboBox"/> 0041 </item> 0042 <item row="1" column="0"> 0043 <widget class="QLabel" name="legendTypeLabel"> 0044 <property name="text"> 0045 <string>Legend type:</string> 0046 </property> 0047 </widget> 0048 </item> 0049 <item row="1" column="1"> 0050 <widget class="QComboBox" name="legendTypeComboBox"/> 0051 </item> 0052 <item row="2" column="0"> 0053 <widget class="QLabel" name="legendPositionLabel"> 0054 <property name="text"> 0055 <string>Legend position:</string> 0056 </property> 0057 </widget> 0058 </item> 0059 <item row="2" column="1"> 0060 <widget class="QComboBox" name="legendPositionComboBox"/> 0061 </item> 0062 </layout> 0063 </item> 0064 <item> 0065 <spacer name="horizontalSpacer"> 0066 <property name="orientation"> 0067 <enum>Qt::Horizontal</enum> 0068 </property> 0069 <property name="sizeHint" stdset="0"> 0070 <size> 0071 <width>40</width> 0072 <height>20</height> 0073 </size> 0074 </property> 0075 </spacer> 0076 </item> 0077 </layout> 0078 </widget> 0079 </item> 0080 </layout> 0081 </widget> 0082 <customwidgets> 0083 <customwidget> 0084 <class>QComboBox</class> 0085 <extends>QComboBox</extends> 0086 <header>QComboBox.h</header> 0087 </customwidget> 0088 </customwidgets> 0089 <resources/> 0090 <connections/> 0091 </ui>