Warning, /education/kstars/kstars/fitsviewer/solveInfo.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>solveInfo</class>
0004  <widget class="QDialog" name="solveInfo">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>211</width>
0010     <height>323</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Statistics</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout">
0017    <property name="spacing">
0018     <number>3</number>
0019    </property>
0020    <property name="leftMargin">
0021     <number>3</number>
0022    </property>
0023    <property name="topMargin">
0024     <number>3</number>
0025    </property>
0026    <property name="rightMargin">
0027     <number>3</number>
0028    </property>
0029    <property name="bottomMargin">
0030     <number>3</number>
0031    </property>
0032    <item>
0033     <widget class="QTableWidget" name="solutionTable">
0034      <property name="verticalScrollBarPolicy">
0035       <enum>Qt::ScrollBarAlwaysOff</enum>
0036      </property>
0037      <property name="horizontalScrollBarPolicy">
0038       <enum>Qt::ScrollBarAlwaysOff</enum>
0039      </property>
0040      <property name="sizeAdjustPolicy">
0041       <enum>QAbstractScrollArea::AdjustToContents</enum>
0042      </property>
0043      <property name="editTriggers">
0044       <set>QAbstractItemView::NoEditTriggers</set>
0045      </property>
0046      <property name="selectionMode">
0047       <enum>QAbstractItemView::SingleSelection</enum>
0048      </property>
0049      <attribute name="horizontalHeaderCascadingSectionResizes">
0050       <bool>false</bool>
0051      </attribute>
0052      <attribute name="horizontalHeaderDefaultSectionSize">
0053       <number>50</number>
0054      </attribute>
0055      <attribute name="horizontalHeaderStretchLastSection">
0056       <bool>true</bool>
0057      </attribute>
0058      <attribute name="verticalHeaderShowSortIndicator" stdset="0">
0059       <bool>false</bool>
0060      </attribute>
0061      <attribute name="verticalHeaderStretchLastSection">
0062       <bool>true</bool>
0063      </attribute>
0064      <row>
0065       <property name="text">
0066        <string>RA</string>
0067       </property>
0068      </row>
0069      <row>
0070       <property name="text">
0071        <string>DE</string>
0072       </property>
0073      </row>
0074      <row>
0075       <property name="text">
0076        <string>PixScale</string>
0077       </property>
0078      </row>
0079      <row>
0080       <property name="text">
0081        <string>Rotation</string>
0082       </property>
0083      </row>
0084      <row>
0085       <property name="text">
0086        <string>Error</string>
0087       </property>
0088      </row>
0089      <column>
0090       <property name="text">
0091        <string>Solution</string>
0092       </property>
0093      </column>
0094     </widget>
0095    </item>
0096    <item>
0097     <widget class="QPushButton" name="solveB">
0098      <property name="text">
0099       <string>Solve Image</string>
0100      </property>
0101     </widget>
0102    </item>
0103    <item>
0104     <widget class="QPushButton" name="optionsB">
0105      <property name="text">
0106       <string>Solve Options</string>
0107      </property>
0108     </widget>
0109    </item>
0110    <item>
0111     <widget class="QPushButton" name="logB">
0112      <property name="text">
0113       <string>Display Log</string>
0114      </property>
0115     </widget>
0116    </item>
0117    <item>
0118     <spacer name="verticalSpacer">
0119      <property name="orientation">
0120       <enum>Qt::Vertical</enum>
0121      </property>
0122      <property name="sizeHint" stdset="0">
0123       <size>
0124        <width>20</width>
0125        <height>40</height>
0126       </size>
0127      </property>
0128     </spacer>
0129    </item>
0130   </layout>
0131  </widget>
0132  <resources/>
0133  <connections/>
0134 </ui>