Warning, /education/kstars/kstars/hips/opshipscache.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>OpsHIPSCache</class>
0004  <widget class="QWidget" name="OpsHIPSCache">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>419</width>
0010     <height>105</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout">
0014    <property name="spacing">
0015     <number>3</number>
0016    </property>
0017    <property name="leftMargin">
0018     <number>3</number>
0019    </property>
0020    <property name="topMargin">
0021     <number>3</number>
0022    </property>
0023    <property name="rightMargin">
0024     <number>3</number>
0025    </property>
0026    <property name="bottomMargin">
0027     <number>3</number>
0028    </property>
0029    <item>
0030     <layout class="QHBoxLayout" name="horizontalLayout">
0031      <property name="spacing">
0032       <number>3</number>
0033      </property>
0034      <item>
0035       <layout class="QGridLayout" name="gridLayout">
0036        <property name="spacing">
0037         <number>3</number>
0038        </property>
0039        <item row="0" column="0">
0040         <widget class="QLabel" name="label_4">
0041          <property name="toolTip">
0042           <string>Cache space on hard disk used to store HiPS images.</string>
0043          </property>
0044          <property name="text">
0045           <string>Disk:</string>
0046          </property>
0047         </widget>
0048        </item>
0049        <item row="0" column="1">
0050         <widget class="QSpinBox" name="kcfg_HIPSNetCache">
0051          <property name="toolTip">
0052           <string>Cache space on hard disk used to store HiPS images.</string>
0053          </property>
0054          <property name="minimum">
0055           <number>10</number>
0056          </property>
0057          <property name="maximum">
0058           <number>100000</number>
0059          </property>
0060          <property name="value">
0061           <number>1000</number>
0062          </property>
0063         </widget>
0064        </item>
0065        <item row="0" column="2">
0066         <widget class="QLabel" name="label_3">
0067          <property name="text">
0068           <string>MB</string>
0069          </property>
0070         </widget>
0071        </item>
0072        <item row="1" column="0">
0073         <widget class="QLabel" name="label">
0074          <property name="toolTip">
0075           <string>Cache space in RAM used to store HiPS images.</string>
0076          </property>
0077          <property name="text">
0078           <string>Memory:</string>
0079          </property>
0080         </widget>
0081        </item>
0082        <item row="1" column="1">
0083         <widget class="QSpinBox" name="kcfg_HIPSMemoryCache">
0084          <property name="toolTip">
0085           <string>Cache space in RAM used to store HiPS images.</string>
0086          </property>
0087          <property name="minimum">
0088           <number>10</number>
0089          </property>
0090          <property name="maximum">
0091           <number>4096</number>
0092          </property>
0093          <property name="value">
0094           <number>300</number>
0095          </property>
0096         </widget>
0097        </item>
0098        <item row="1" column="2">
0099         <widget class="QLabel" name="label_2">
0100          <property name="text">
0101           <string>MB</string>
0102          </property>
0103         </widget>
0104        </item>
0105       </layout>
0106      </item>
0107      <item>
0108       <spacer name="horizontalSpacer">
0109        <property name="orientation">
0110         <enum>Qt::Horizontal</enum>
0111        </property>
0112        <property name="sizeHint" stdset="0">
0113         <size>
0114          <width>40</width>
0115          <height>20</height>
0116         </size>
0117        </property>
0118       </spacer>
0119      </item>
0120     </layout>
0121    </item>
0122    <item>
0123     <layout class="QHBoxLayout" name="horizontalLayout_2">
0124      <property name="spacing">
0125       <number>3</number>
0126      </property>
0127      <item>
0128       <widget class="QCheckBox" name="kcfg_HIPSUseOfflineSource">
0129        <property name="toolTip">
0130         <string>Do not download HiPS from Internet. Use DSS offline storage path to load all data.</string>
0131        </property>
0132        <property name="text">
0133         <string>DSS Offline Source</string>
0134        </property>
0135       </widget>
0136      </item>
0137      <item>
0138       <widget class="QLineEdit" name="kcfg_HIPSOfflinePath">
0139        <property name="maximumSize">
0140         <size>
0141          <width>16777215</width>
0142          <height>32</height>
0143         </size>
0144        </property>
0145        <property name="clearButtonEnabled">
0146         <bool>true</bool>
0147        </property>
0148       </widget>
0149      </item>
0150      <item>
0151       <widget class="QPushButton" name="selectDirectoryB">
0152        <property name="maximumSize">
0153         <size>
0154          <width>32</width>
0155          <height>32</height>
0156         </size>
0157        </property>
0158        <property name="text">
0159         <string/>
0160        </property>
0161        <property name="icon">
0162         <iconset theme="folder-open"/>
0163        </property>
0164        <property name="iconSize">
0165         <size>
0166          <width>28</width>
0167          <height>28</height>
0168         </size>
0169        </property>
0170       </widget>
0171      </item>
0172     </layout>
0173    </item>
0174    <item>
0175     <spacer name="verticalSpacer">
0176      <property name="orientation">
0177       <enum>Qt::Vertical</enum>
0178      </property>
0179      <property name="sizeHint" stdset="0">
0180       <size>
0181        <width>20</width>
0182        <height>40</height>
0183       </size>
0184      </property>
0185     </spacer>
0186    </item>
0187   </layout>
0188  </widget>
0189  <resources/>
0190  <connections/>
0191 </ui>