Warning, /education/kstars/kstars/fitsviewer/statform.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>statForm</class>
0004  <widget class="QDialog" name="statForm">
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="statsTable">
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>Width</string>
0067       </property>
0068      </row>
0069      <row>
0070       <property name="text">
0071        <string>Height</string>
0072       </property>
0073      </row>
0074      <row>
0075       <property name="text">
0076        <string>Bitpix</string>
0077       </property>
0078      </row>
0079      <row>
0080       <property name="text">
0081        <string>HFR</string>
0082       </property>
0083      </row>
0084      <row>
0085       <property name="text">
0086        <string>Min</string>
0087       </property>
0088      </row>
0089      <row>
0090       <property name="text">
0091        <string>Max</string>
0092       </property>
0093      </row>
0094      <row>
0095       <property name="text">
0096        <string>Mean</string>
0097       </property>
0098      </row>
0099      <row>
0100       <property name="text">
0101        <string>Median</string>
0102       </property>
0103      </row>
0104      <row>
0105       <property name="text">
0106        <string>Std. Dev</string>
0107       </property>
0108      </row>
0109      <column>
0110       <property name="text">
0111        <string>R</string>
0112       </property>
0113      </column>
0114      <column>
0115       <property name="text">
0116        <string>G</string>
0117       </property>
0118      </column>
0119      <column>
0120       <property name="text">
0121        <string>B</string>
0122       </property>
0123      </column>
0124     </widget>
0125    </item>
0126    <item>
0127     <spacer name="verticalSpacer">
0128      <property name="orientation">
0129       <enum>Qt::Vertical</enum>
0130      </property>
0131      <property name="sizeHint" stdset="0">
0132       <size>
0133        <width>20</width>
0134        <height>40</height>
0135       </size>
0136      </property>
0137     </spacer>
0138    </item>
0139   </layout>
0140  </widget>
0141  <resources/>
0142  <connections/>
0143 </ui>