Warning, /education/kstars/kstars/indi/indihostconf.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>INDIHostConf</class> 0004 <widget class="QDialog" name="INDIHostConf"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>437</width> 0010 <height>178</height> 0011 </rect> 0012 </property> 0013 <property name="sizeGripEnabled"> 0014 <bool>true</bool> 0015 </property> 0016 <layout class="QGridLayout" name="gridLayout"> 0017 <item row="0" column="0"> 0018 <widget class="QLabel" name="textLabel1_3"> 0019 <property name="text"> 0020 <string>Name:</string> 0021 </property> 0022 </widget> 0023 </item> 0024 <item row="0" column="1"> 0025 <widget class="QLineEdit" name="nameIN"/> 0026 </item> 0027 <item row="1" column="0"> 0028 <widget class="QLabel" name="textLabel1"> 0029 <property name="text"> 0030 <string>Host:</string> 0031 </property> 0032 </widget> 0033 </item> 0034 <item row="1" column="1"> 0035 <widget class="QLineEdit" name="hostname"/> 0036 </item> 0037 <item row="2" column="0"> 0038 <widget class="QLabel" name="textLabel1_2"> 0039 <property name="text"> 0040 <string>Port:</string> 0041 </property> 0042 </widget> 0043 </item> 0044 <item row="2" column="1"> 0045 <widget class="QLineEdit" name="portnumber"/> 0046 </item> 0047 <item row="3" column="1"> 0048 <spacer> 0049 <property name="orientation"> 0050 <enum>Qt::Vertical</enum> 0051 </property> 0052 <property name="sizeHint" stdset="0"> 0053 <size> 0054 <width>10</width> 0055 <height>10</height> 0056 </size> 0057 </property> 0058 </spacer> 0059 </item> 0060 <item row="4" column="0" colspan="2"> 0061 <widget class="QDialogButtonBox" name="buttonBox"> 0062 <property name="standardButtons"> 0063 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> 0064 </property> 0065 </widget> 0066 </item> 0067 </layout> 0068 </widget> 0069 <tabstops> 0070 <tabstop>nameIN</tabstop> 0071 <tabstop>hostname</tabstop> 0072 <tabstop>portnumber</tabstop> 0073 </tabstops> 0074 <resources/> 0075 <connections> 0076 <connection> 0077 <sender>buttonBox</sender> 0078 <signal>accepted()</signal> 0079 <receiver>INDIHostConf</receiver> 0080 <slot>accept()</slot> 0081 <hints> 0082 <hint type="sourcelabel"> 0083 <x>276</x> 0084 <y>196</y> 0085 </hint> 0086 <hint type="destinationlabel"> 0087 <x>114</x> 0088 <y>213</y> 0089 </hint> 0090 </hints> 0091 </connection> 0092 <connection> 0093 <sender>buttonBox</sender> 0094 <signal>rejected()</signal> 0095 <receiver>INDIHostConf</receiver> 0096 <slot>reject()</slot> 0097 <hints> 0098 <hint type="sourcelabel"> 0099 <x>374</x> 0100 <y>192</y> 0101 </hint> 0102 <hint type="destinationlabel"> 0103 <x>349</x> 0104 <y>217</y> 0105 </hint> 0106 </hints> 0107 </connection> 0108 </connections> 0109 </ui>