Warning, /education/kstars/kstars/oal/observeradd.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>ObserverAdd</class>
0004  <widget class="QWidget" name="ObserverAdd">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>455</width>
0010     <height>190</height>
0011    </rect>
0012   </property>
0013   <property name="sizePolicy">
0014    <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
0015     <horstretch>0</horstretch>
0016     <verstretch>0</verstretch>
0017    </sizepolicy>
0018   </property>
0019   <property name="minimumSize">
0020    <size>
0021     <width>200</width>
0022     <height>100</height>
0023    </size>
0024   </property>
0025   <property name="windowTitle">
0026    <string>Manage Observers</string>
0027   </property>
0028   <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="2,3">
0029    <property name="spacing">
0030     <number>3</number>
0031    </property>
0032    <property name="leftMargin">
0033     <number>3</number>
0034    </property>
0035    <property name="topMargin">
0036     <number>3</number>
0037    </property>
0038    <property name="rightMargin">
0039     <number>3</number>
0040    </property>
0041    <property name="bottomMargin">
0042     <number>3</number>
0043    </property>
0044    <item>
0045     <layout class="QVBoxLayout" name="verticalLayout_2">
0046      <item>
0047       <layout class="QVBoxLayout" name="verticalLayout">
0048        <item>
0049         <layout class="QGridLayout" name="gridLayout">
0050          <item row="0" column="0">
0051           <widget class="QLabel" name="label">
0052            <property name="text">
0053             <string>Name:</string>
0054            </property>
0055           </widget>
0056          </item>
0057          <item row="0" column="1">
0058           <widget class="QLineEdit" name="Name"/>
0059          </item>
0060          <item row="1" column="0">
0061           <widget class="QLabel" name="label_2">
0062            <property name="text">
0063             <string>Surname:</string>
0064            </property>
0065           </widget>
0066          </item>
0067          <item row="1" column="1">
0068           <widget class="QLineEdit" name="Surname"/>
0069          </item>
0070          <item row="2" column="0">
0071           <widget class="QLabel" name="label_3">
0072            <property name="text">
0073             <string>Contact:</string>
0074            </property>
0075           </widget>
0076          </item>
0077          <item row="2" column="1">
0078           <widget class="QLineEdit" name="Contact"/>
0079          </item>
0080         </layout>
0081        </item>
0082        <item>
0083         <layout class="QHBoxLayout" name="horizontalLayout">
0084          <item>
0085           <spacer name="horizontalSpacer">
0086            <property name="orientation">
0087             <enum>Qt::Horizontal</enum>
0088            </property>
0089            <property name="sizeHint" stdset="0">
0090             <size>
0091              <width>40</width>
0092              <height>20</height>
0093             </size>
0094            </property>
0095           </spacer>
0096          </item>
0097          <item>
0098           <widget class="QPushButton" name="AddObserverB">
0099            <property name="minimumSize">
0100             <size>
0101              <width>32</width>
0102              <height>32</height>
0103             </size>
0104            </property>
0105            <property name="maximumSize">
0106             <size>
0107              <width>32</width>
0108              <height>32</height>
0109             </size>
0110            </property>
0111            <property name="text">
0112             <string/>
0113            </property>
0114           </widget>
0115          </item>
0116          <item>
0117           <widget class="QPushButton" name="RemoveObserverB">
0118            <property name="minimumSize">
0119             <size>
0120              <width>32</width>
0121              <height>32</height>
0122             </size>
0123            </property>
0124            <property name="maximumSize">
0125             <size>
0126              <width>32</width>
0127              <height>32</height>
0128             </size>
0129            </property>
0130            <property name="text">
0131             <string/>
0132            </property>
0133           </widget>
0134          </item>
0135         </layout>
0136        </item>
0137       </layout>
0138      </item>
0139      <item>
0140       <spacer name="verticalSpacer">
0141        <property name="orientation">
0142         <enum>Qt::Vertical</enum>
0143        </property>
0144        <property name="sizeHint" stdset="0">
0145         <size>
0146          <width>20</width>
0147          <height>40</height>
0148         </size>
0149        </property>
0150       </spacer>
0151      </item>
0152     </layout>
0153    </item>
0154    <item>
0155     <widget class="QTableView" name="tableView">
0156      <property name="sizePolicy">
0157       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0158        <horstretch>0</horstretch>
0159        <verstretch>0</verstretch>
0160       </sizepolicy>
0161      </property>
0162      <property name="selectionMode">
0163       <enum>QAbstractItemView::SingleSelection</enum>
0164      </property>
0165      <property name="selectionBehavior">
0166       <enum>QAbstractItemView::SelectRows</enum>
0167      </property>
0168     </widget>
0169    </item>
0170   </layout>
0171  </widget>
0172  <resources/>
0173  <connections/>
0174 </ui>