Warning, /education/kstars/kstars/dialogs/wizlocation.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>WizLocation</class>
0004  <widget class="QWidget" name="WizLocation">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>703</width>
0010     <height>383</height>
0011    </rect>
0012   </property>
0013   <layout class="QHBoxLayout">
0014    <property name="spacing">
0015     <number>6</number>
0016    </property>
0017    <property name="margin">
0018     <number>8</number>
0019    </property>
0020    <item>
0021     <widget class="QLabel" name="Banner">
0022      <property name="sizePolicy">
0023       <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0024        <horstretch>0</horstretch>
0025        <verstretch>0</verstretch>
0026       </sizepolicy>
0027      </property>
0028      <property name="minimumSize">
0029       <size>
0030        <width>120</width>
0031        <height>360</height>
0032       </size>
0033      </property>
0034      <property name="text">
0035       <string/>
0036      </property>
0037     </widget>
0038    </item>
0039    <item>
0040     <layout class="QVBoxLayout">
0041      <property name="spacing">
0042       <number>6</number>
0043      </property>
0044      <property name="margin">
0045       <number>0</number>
0046      </property>
0047      <item>
0048       <widget class="QLabel" name="GeoTitle">
0049        <property name="font">
0050         <font>
0051          <family>Sans Serif</family>
0052          <pointsize>11</pointsize>
0053          <weight>75</weight>
0054          <italic>false</italic>
0055          <bold>true</bold>
0056          <underline>false</underline>
0057          <strikeout>false</strikeout>
0058         </font>
0059        </property>
0060        <property name="text">
0061         <string>Choose Your Home Location</string>
0062        </property>
0063       </widget>
0064      </item>
0065      <item>
0066       <spacer>
0067        <property name="orientation">
0068         <enum>Qt::Vertical</enum>
0069        </property>
0070        <property name="sizeType">
0071         <enum>QSizePolicy::Fixed</enum>
0072        </property>
0073        <property name="sizeHint" stdset="0">
0074         <size>
0075          <width>20</width>
0076          <height>12</height>
0077         </size>
0078        </property>
0079       </spacer>
0080      </item>
0081      <item>
0082       <widget class="QLabel" name="WelcomeText">
0083        <property name="text">
0084         <string>&lt;p&gt;Select a City near your location from the list. You may filter the list by the name of your city, province, and country.&lt;/p&gt;&lt;p&gt;Once you have selected a City, press &lt;b&gt;Next&lt;/b&gt;.&lt;/p&gt;</string>
0085        </property>
0086        <property name="wordWrap">
0087         <bool>true</bool>
0088        </property>
0089       </widget>
0090      </item>
0091      <item>
0092       <spacer>
0093        <property name="orientation">
0094         <enum>Qt::Vertical</enum>
0095        </property>
0096        <property name="sizeHint" stdset="0">
0097         <size>
0098          <width>20</width>
0099          <height>16</height>
0100         </size>
0101        </property>
0102       </spacer>
0103      </item>
0104      <item>
0105       <layout class="QGridLayout">
0106        <property name="margin">
0107         <number>0</number>
0108        </property>
0109        <property name="spacing">
0110         <number>6</number>
0111        </property>
0112        <item row="2" column="0">
0113         <widget class="QLabel" name="CountryLabel">
0114          <property name="text">
0115           <string>Country:</string>
0116          </property>
0117         </widget>
0118        </item>
0119        <item row="0" column="1">
0120         <widget class="QLineEdit" name="CityFilter">
0121          <property name="toolTip">
0122           <string>Filter the list by city name</string>
0123          </property>
0124         </widget>
0125        </item>
0126        <item row="0" column="0">
0127         <widget class="QLabel" name="CityLabel">
0128          <property name="text">
0129           <string>City:</string>
0130          </property>
0131         </widget>
0132        </item>
0133        <item row="1" column="0">
0134         <widget class="QLabel" name="ProvinceLabel">
0135          <property name="text">
0136           <string>Province:</string>
0137          </property>
0138         </widget>
0139        </item>
0140        <item row="2" column="1">
0141         <widget class="QLineEdit" name="CountryFilter">
0142          <property name="toolTip">
0143           <string>Filter the list by country name</string>
0144          </property>
0145         </widget>
0146        </item>
0147        <item row="1" column="1">
0148         <widget class="QLineEdit" name="ProvinceFilter">
0149          <property name="toolTip">
0150           <string>Filter the list by province name</string>
0151          </property>
0152         </widget>
0153        </item>
0154       </layout>
0155      </item>
0156      <item>
0157       <spacer>
0158        <property name="orientation">
0159         <enum>Qt::Vertical</enum>
0160        </property>
0161        <property name="sizeHint" stdset="0">
0162         <size>
0163          <width>20</width>
0164          <height>16</height>
0165         </size>
0166        </property>
0167       </spacer>
0168      </item>
0169      <item>
0170       <layout class="QGridLayout">
0171        <property name="margin">
0172         <number>0</number>
0173        </property>
0174        <property name="spacing">
0175         <number>6</number>
0176        </property>
0177        <item row="0" column="1">
0178         <widget class="dmsBox" name="LongBox"/>
0179        </item>
0180        <item row="1" column="0">
0181         <widget class="QLabel" name="LatLabel">
0182          <property name="text">
0183           <string>Latitude:</string>
0184          </property>
0185         </widget>
0186        </item>
0187        <item row="0" column="0">
0188         <widget class="QLabel" name="LongLabel">
0189          <property name="text">
0190           <string>Longitude:</string>
0191          </property>
0192         </widget>
0193        </item>
0194        <item row="1" column="1">
0195         <widget class="dmsBox" name="LatBox"/>
0196        </item>
0197       </layout>
0198      </item>
0199      <item>
0200       <spacer>
0201        <property name="orientation">
0202         <enum>Qt::Vertical</enum>
0203        </property>
0204        <property name="sizeHint" stdset="0">
0205         <size>
0206          <width>20</width>
0207          <height>16</height>
0208         </size>
0209        </property>
0210       </spacer>
0211      </item>
0212     </layout>
0213    </item>
0214    <item>
0215     <widget class="QListWidget" name="CityListBox">
0216      <property name="minimumSize">
0217       <size>
0218        <width>180</width>
0219        <height>0</height>
0220       </size>
0221      </property>
0222      <property name="toolTip">
0223       <string>The list of cities which match the present search filters.</string>
0224      </property>
0225     </widget>
0226    </item>
0227   </layout>
0228  </widget>
0229  <customwidgets>
0230   <customwidget>
0231    <class>QLineEdit</class>
0232    <extends>QLineEdit</extends>
0233    <header>klineedit.h</header>
0234   </customwidget>
0235   <customwidget>
0236    <class>dmsBox</class>
0237    <extends>QLineEdit</extends>
0238    <header>widgets/dmsbox.h</header>
0239   </customwidget>
0240  </customwidgets>
0241  <tabstops>
0242   <tabstop>CityFilter</tabstop>
0243   <tabstop>ProvinceFilter</tabstop>
0244   <tabstop>CountryFilter</tabstop>
0245   <tabstop>LongBox</tabstop>
0246   <tabstop>LatBox</tabstop>
0247  </tabstops>
0248  <resources/>
0249  <connections/>
0250 </ui>