URI: 
       topen_tombfile.ui - tomb - the crypto undertaker
  HTML git clone git://parazyd.org/tomb.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       topen_tombfile.ui (1905B)
       ---
            1 <?xml version="1.0" encoding="UTF-8"?>
            2 <ui version="4.0">
            3  <class>tombfile</class>
            4  <widget class="QWizardPage" name="tombfile">
            5   <property name="geometry">
            6    <rect>
            7     <x>0</x>
            8     <y>0</y>
            9     <width>480</width>
           10     <height>640</height>
           11    </rect>
           12   </property>
           13   <property name="windowTitle">
           14    <string>WizardPage</string>
           15   </property>
           16   <property name="title">
           17    <string>Choose tomb</string>
           18   </property>
           19   <layout class="QVBoxLayout" name="verticalLayout_2">
           20    <item>
           21     <spacer name="verticalSpacer">
           22      <property name="orientation">
           23       <enum>Qt::Vertical</enum>
           24      </property>
           25      <property name="sizeHint" stdset="0">
           26       <size>
           27        <width>20</width>
           28        <height>276</height>
           29       </size>
           30      </property>
           31     </spacer>
           32    </item>
           33    <item>
           34     <layout class="QVBoxLayout" name="verticalLayout">
           35      <item>
           36       <widget class="QLabel" name="label">
           37        <property name="text">
           38         <string>Choose a tomb file on your filesystem</string>
           39        </property>
           40       </widget>
           41      </item>
           42      <item>
           43       <layout class="QHBoxLayout" name="horizontalLayout">
           44        <item>
           45         <widget class="QLineEdit" name="tomb_line">
           46          <property name="placeholderText">
           47           <string>/path/to/your.tomb</string>
           48          </property>
           49         </widget>
           50        </item>
           51        <item>
           52         <widget class="QPushButton" name="tomb_browse">
           53          <property name="text">
           54           <string>Browse</string>
           55          </property>
           56         </widget>
           57        </item>
           58       </layout>
           59      </item>
           60     </layout>
           61    </item>
           62    <item>
           63     <spacer name="verticalSpacer_2">
           64      <property name="orientation">
           65       <enum>Qt::Vertical</enum>
           66      </property>
           67      <property name="sizeHint" stdset="0">
           68       <size>
           69        <width>20</width>
           70        <height>276</height>
           71       </size>
           72      </property>
           73     </spacer>
           74    </item>
           75   </layout>
           76  </widget>
           77  <resources/>
           78  <connections/>
           79 </ui>