Warning, /education/kstars/kstars/dialogs/fovdialog.ui is written in an unsupported language. File is not indexed.
0001 <ui version="4.0" > 0002 <class>FOVDialog</class> 0003 <widget class="QWidget" name="FOVDialog" > 0004 <property name="geometry" > 0005 <rect> 0006 <x>0</x> 0007 <y>0</y> 0008 <width>275</width> 0009 <height>325</height> 0010 </rect> 0011 </property> 0012 <property name="windowTitle" > 0013 <string>Edit FOV Symbols</string> 0014 </property> 0015 <layout class="QHBoxLayout" > 0016 <property name="spacing" > 0017 <number>6</number> 0018 </property> 0019 <property name="leftMargin" > 0020 <number>10</number> 0021 </property> 0022 <property name="topMargin" > 0023 <number>10</number> 0024 </property> 0025 <property name="rightMargin" > 0026 <number>10</number> 0027 </property> 0028 <property name="bottomMargin" > 0029 <number>10</number> 0030 </property> 0031 <item> 0032 <widget class="QListWidget" name="FOVListBox" /> 0033 </item> 0034 <item> 0035 <layout class="QVBoxLayout" > 0036 <property name="spacing" > 0037 <number>6</number> 0038 </property> 0039 <property name="leftMargin" > 0040 <number>0</number> 0041 </property> 0042 <property name="topMargin" > 0043 <number>0</number> 0044 </property> 0045 <property name="rightMargin" > 0046 <number>0</number> 0047 </property> 0048 <property name="bottomMargin" > 0049 <number>0</number> 0050 </property> 0051 <item> 0052 <widget class="QPushButton" name="NewButton" > 0053 <property name="toolTip" > 0054 <string>Add a new FOV symbol</string> 0055 </property> 0056 <property name="whatsThis" > 0057 <string>Add a new field-of-view (FOV) symbol to the list. You can define the size, shape, and color of the new symbol.</string> 0058 </property> 0059 <property name="text" > 0060 <string>New...</string> 0061 </property> 0062 </widget> 0063 </item> 0064 <item> 0065 <spacer> 0066 <property name="orientation" > 0067 <enum>Qt::Vertical</enum> 0068 </property> 0069 <property name="sizeType" > 0070 <enum>QSizePolicy::Fixed</enum> 0071 </property> 0072 <property name="sizeHint" > 0073 <size> 0074 <width>85</width> 0075 <height>16</height> 0076 </size> 0077 </property> 0078 </spacer> 0079 </item> 0080 <item> 0081 <widget class="QPushButton" name="EditButton" > 0082 <property name="toolTip" > 0083 <string>Modify the highlighted FOV symbol</string> 0084 </property> 0085 <property name="whatsThis" > 0086 <string>Press this button to modify the highlighted FOV symbol. You can change its size, shape and color.</string> 0087 </property> 0088 <property name="text" > 0089 <string>Edit...</string> 0090 </property> 0091 </widget> 0092 </item> 0093 <item> 0094 <widget class="QPushButton" name="RemoveButton" > 0095 <property name="toolTip" > 0096 <string>Remove highlighted FOV symbol</string> 0097 </property> 0098 <property name="whatsThis" > 0099 <string>Press this button to remove the highlighted FOV symbol from the list.</string> 0100 </property> 0101 <property name="text" > 0102 <string>Remove</string> 0103 </property> 0104 </widget> 0105 </item> 0106 <item> 0107 <spacer> 0108 <property name="orientation" > 0109 <enum>Qt::Vertical</enum> 0110 </property> 0111 <property name="sizeType" > 0112 <enum>QSizePolicy::Fixed</enum> 0113 </property> 0114 <property name="sizeHint" > 0115 <size> 0116 <width>85</width> 0117 <height>20</height> 0118 </size> 0119 </property> 0120 </spacer> 0121 </item> 0122 <item> 0123 <widget class="FOVWidget" name="ViewBox" > 0124 <property name="minimumSize" > 0125 <size> 0126 <width>80</width> 0127 <height>80</height> 0128 </size> 0129 </property> 0130 <property name="frameShape" > 0131 <enum>QFrame::StyledPanel</enum> 0132 </property> 0133 <property name="frameShadow" > 0134 <enum>QFrame::Raised</enum> 0135 </property> 0136 </widget> 0137 </item> 0138 <item> 0139 <spacer> 0140 <property name="orientation" > 0141 <enum>Qt::Vertical</enum> 0142 </property> 0143 <property name="sizeType" > 0144 <enum>QSizePolicy::Expanding</enum> 0145 </property> 0146 <property name="sizeHint" > 0147 <size> 0148 <width>85</width> 0149 <height>126</height> 0150 </size> 0151 </property> 0152 </spacer> 0153 </item> 0154 </layout> 0155 </item> 0156 </layout> 0157 </widget> 0158 <customwidgets> 0159 <customwidget> 0160 <class>FOVWidget</class> 0161 <extends>QFrame</extends> 0162 <header>widgets/fovwidget.h</header> 0163 <container>1</container> 0164 </customwidget> 0165 </customwidgets> 0166 <resources/> 0167 <connections/> 0168 </ui>