Warning, /education/kstars/kstars/dialogs/catalogcoloreditor.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>CatalogColorEditor</class> 0004 <widget class="QDialog" name="CatalogColorEditor"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>400</width> 0010 <height>300</height> 0011 </rect> 0012 </property> 0013 <property name="windowTitle"> 0014 <string>Catalog Colors</string> 0015 </property> 0016 <layout class="QVBoxLayout" name="verticalLayout_2"> 0017 <item> 0018 <widget class="QLabel" name="catalogName"> 0019 <property name="styleSheet"> 0020 <string notr="true">font-weight:600;</string> 0021 </property> 0022 <property name="text"> 0023 <string>_</string> 0024 </property> 0025 </widget> 0026 </item> 0027 <item> 0028 <widget class="QLabel" name="label"> 0029 <property name="sizePolicy"> 0030 <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> 0031 <horstretch>0</horstretch> 0032 <verstretch>0</verstretch> 0033 </sizepolicy> 0034 </property> 0035 <property name="text"> 0036 <string>Click on a color to change it...</string> 0037 </property> 0038 </widget> 0039 </item> 0040 <item> 0041 <layout class="QVBoxLayout" name="colorButtons"/> 0042 </item> 0043 <item> 0044 <spacer name="verticalSpacer"> 0045 <property name="orientation"> 0046 <enum>Qt::Vertical</enum> 0047 </property> 0048 <property name="sizeHint" stdset="0"> 0049 <size> 0050 <width>20</width> 0051 <height>40</height> 0052 </size> 0053 </property> 0054 </spacer> 0055 </item> 0056 <item> 0057 <widget class="QDialogButtonBox" name="buttonBox"> 0058 <property name="orientation"> 0059 <enum>Qt::Horizontal</enum> 0060 </property> 0061 <property name="standardButtons"> 0062 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> 0063 </property> 0064 </widget> 0065 </item> 0066 </layout> 0067 </widget> 0068 <resources/> 0069 <connections> 0070 <connection> 0071 <sender>buttonBox</sender> 0072 <signal>rejected()</signal> 0073 <receiver>CatalogColorEditor</receiver> 0074 <slot>reject()</slot> 0075 <hints> 0076 <hint type="sourcelabel"> 0077 <x>316</x> 0078 <y>260</y> 0079 </hint> 0080 <hint type="destinationlabel"> 0081 <x>286</x> 0082 <y>274</y> 0083 </hint> 0084 </hints> 0085 </connection> 0086 </connections> 0087 </ui>