Warning, /education/kstars/kstars/tools/argwaitforkey.ui is written in an unsupported language. File is not indexed.

0001 <ui version="4.0" >
0002  <class>ArgWaitForKey</class>
0003  <widget class="QWidget" name="ArgWaitForKey" >
0004   <property name="geometry" >
0005    <rect>
0006     <x>0</x>
0007     <y>0</y>
0008     <width>288</width>
0009     <height>124</height>
0010    </rect>
0011   </property>
0012   <layout class="QVBoxLayout" >
0013    <property name="margin" >
0014     <number>10</number>
0015    </property>
0016    <property name="spacing" >
0017     <number>6</number>
0018    </property>
0019    <item>
0020     <layout class="QHBoxLayout" >
0021      <property name="margin" >
0022       <number>0</number>
0023      </property>
0024      <property name="spacing" >
0025       <number>6</number>
0026      </property>
0027      <item>
0028       <widget class="QLabel" name="textLabel1" >
0029        <property name="text" >
0030         <string>Key:</string>
0031        </property>
0032       </widget>
0033      </item>
0034      <item>
0035       <widget class="QLineEdit" name="WaitKeyEdit" >
0036        <property name="toolTip" >
0037         <string>Wait for this key to be pressed</string>
0038        </property>
0039        <property name="whatsThis" >
0040         <string>The script execution will pause until the user presses the key specified here.  
0041 
0042 Only simple keys can currently be used; you cannot use modifier keys such as Ctrl or Shift.  Type &quot;space&quot; to specify the spacebar, otherwise use the key itself.</string>
0043        </property>
0044       </widget>
0045      </item>
0046      <item>
0047       <spacer>
0048        <property name="orientation" >
0049         <enum>Qt::Horizontal</enum>
0050        </property>
0051        <property name="sizeType" >
0052         <enum>QSizePolicy::Expanding</enum>
0053        </property>
0054        <property name="sizeHint" >
0055         <size>
0056          <width>40</width>
0057          <height>20</height>
0058         </size>
0059        </property>
0060       </spacer>
0061      </item>
0062     </layout>
0063    </item>
0064    <item>
0065     <spacer>
0066      <property name="orientation" >
0067       <enum>Qt::Vertical</enum>
0068      </property>
0069      <property name="sizeType" >
0070       <enum>QSizePolicy::Expanding</enum>
0071      </property>
0072      <property name="sizeHint" >
0073       <size>
0074        <width>20</width>
0075        <height>40</height>
0076       </size>
0077      </property>
0078     </spacer>
0079    </item>
0080   </layout>
0081  </widget>
0082   <customwidgets>
0083   <customwidget>
0084    <class>QLineEdit</class>
0085    <extends></extends>
0086    <header>klineedit.h</header>
0087    <container>0</container>
0088    <pixmap></pixmap>
0089   </customwidget>
0090  </customwidgets>
0091  <resources/>
0092  <connections/>
0093 </ui>