examples/xmlpatterns/filetree/forms/mainwindow.ui
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 <ui version="4.0" >
       
     2  <class>MainWindow</class>
       
     3  <widget class="QMainWindow" name="MainWindow" >
       
     4   <property name="geometry" >
       
     5    <rect>
       
     6     <x>0</x>
       
     7     <y>0</y>
       
     8     <width>910</width>
       
     9     <height>676</height>
       
    10    </rect>
       
    11   </property>
       
    12   <property name="windowTitle" >
       
    13    <string>File Tree</string>
       
    14   </property>
       
    15   <widget class="QWidget" name="centralwidget" >
       
    16    <property name="geometry" >
       
    17     <rect>
       
    18      <x>0</x>
       
    19      <y>29</y>
       
    20      <width>910</width>
       
    21      <height>625</height>
       
    22     </rect>
       
    23    </property>
       
    24    <layout class="QVBoxLayout" name="verticalLayout_3" >
       
    25     <item>
       
    26      <widget class="QLabel" name="label" >
       
    27       <property name="sizePolicy" >
       
    28        <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
       
    29         <horstretch>0</horstretch>
       
    30         <verstretch>0</verstretch>
       
    31        </sizepolicy>
       
    32       </property>
       
    33       <property name="font" >
       
    34        <font>
       
    35         <italic>true</italic>
       
    36        </font>
       
    37       </property>
       
    38       <property name="text" >
       
    39        <string></string>
       
    40       </property>
       
    41      </widget>
       
    42     </item>
       
    43     <item>
       
    44      <widget class="QSplitter" name="splitter_2" >
       
    45       <property name="orientation" >
       
    46        <enum>Qt::Horizontal</enum>
       
    47       </property>
       
    48       <widget class="QWidget" name="" >
       
    49        <layout class="QVBoxLayout" name="verticalLayout_2" >
       
    50         <item>
       
    51          <widget class="QLabel" name="treeInfo" >
       
    52           <property name="sizePolicy" >
       
    53            <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
       
    54             <horstretch>0</horstretch>
       
    55             <verstretch>0</verstretch>
       
    56            </sizepolicy>
       
    57           </property>
       
    58           <property name="text" >
       
    59            <string>TextLabel</string>
       
    60           </property>
       
    61          </widget>
       
    62         </item>
       
    63         <item>
       
    64          <widget class="QTextEdit" name="fileTree" >
       
    65           <property name="sizePolicy" >
       
    66            <sizepolicy vsizetype="Minimum" hsizetype="Expanding" >
       
    67             <horstretch>0</horstretch>
       
    68             <verstretch>0</verstretch>
       
    69            </sizepolicy>
       
    70           </property>
       
    71           <property name="readOnly" >
       
    72            <bool>true</bool>
       
    73           </property>
       
    74           <property name="html" >
       
    75            <string>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
       
    76 &lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
       
    77 p, li { white-space: pre-wrap; }
       
    78 &lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
       
    79 &lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;/p>&lt;/body>&lt;/html></string>
       
    80           </property>
       
    81           <property name="acceptRichText" >
       
    82            <bool>false</bool>
       
    83           </property>
       
    84          </widget>
       
    85         </item>
       
    86        </layout>
       
    87       </widget>
       
    88       <widget class="QWidget" name="" >
       
    89        <layout class="QVBoxLayout" name="verticalLayout" >
       
    90         <item>
       
    91          <widget class="QComboBox" name="queryBox" />
       
    92         </item>
       
    93         <item>
       
    94          <widget class="QSplitter" name="splitter" >
       
    95           <property name="orientation" >
       
    96            <enum>Qt::Vertical</enum>
       
    97           </property>
       
    98           <widget class="QTextEdit" name="queryEdit" >
       
    99            <property name="readOnly" >
       
   100             <bool>true</bool>
       
   101            </property>
       
   102            <property name="html" >
       
   103             <string>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
       
   104 &lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
       
   105 p, li { white-space: pre-wrap; }
       
   106 &lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
       
   107 &lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;/p>&lt;/body>&lt;/html></string>
       
   108            </property>
       
   109            <property name="acceptRichText" >
       
   110             <bool>false</bool>
       
   111            </property>
       
   112           </widget>
       
   113           <widget class="QTextEdit" name="output" >
       
   114            <property name="sizePolicy" >
       
   115             <sizepolicy vsizetype="Minimum" hsizetype="Expanding" >
       
   116              <horstretch>0</horstretch>
       
   117              <verstretch>0</verstretch>
       
   118             </sizepolicy>
       
   119            </property>
       
   120            <property name="readOnly" >
       
   121             <bool>true</bool>
       
   122            </property>
       
   123            <property name="html" >
       
   124             <string>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
       
   125 &lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
       
   126 p, li { white-space: pre-wrap; }
       
   127 &lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
       
   128 &lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;/p>&lt;/body>&lt;/html></string>
       
   129            </property>
       
   130            <property name="acceptRichText" >
       
   131             <bool>false</bool>
       
   132            </property>
       
   133           </widget>
       
   134          </widget>
       
   135         </item>
       
   136        </layout>
       
   137       </widget>
       
   138      </widget>
       
   139     </item>
       
   140    </layout>
       
   141    <zorder>label</zorder>
       
   142    <zorder>splitter_2</zorder>
       
   143    <zorder>queryBox</zorder>
       
   144    <zorder>treeInfo</zorder>
       
   145    <zorder>splitter</zorder>
       
   146   </widget>
       
   147   <widget class="QMenuBar" name="menubar" >
       
   148    <property name="geometry" >
       
   149     <rect>
       
   150      <x>0</x>
       
   151      <y>0</y>
       
   152      <width>910</width>
       
   153      <height>29</height>
       
   154     </rect>
       
   155    </property>
       
   156    <widget class="QMenu" name="menuFile" >
       
   157     <property name="title" >
       
   158      <string>&amp;File</string>
       
   159     </property>
       
   160     <addaction name="actionOpenDirectory" />
       
   161    </widget>
       
   162    <widget class="QMenu" name="menu_Help" >
       
   163     <property name="title" >
       
   164      <string>&amp;Help</string>
       
   165     </property>
       
   166     <addaction name="actionAbout" />
       
   167    </widget>
       
   168    <addaction name="menuFile" />
       
   169    <addaction name="menu_Help" />
       
   170   </widget>
       
   171   <widget class="QStatusBar" name="statusbar" >
       
   172    <property name="geometry" >
       
   173     <rect>
       
   174      <x>0</x>
       
   175      <y>654</y>
       
   176      <width>910</width>
       
   177      <height>22</height>
       
   178     </rect>
       
   179    </property>
       
   180   </widget>
       
   181   <action name="actionOpenDirectory" >
       
   182    <property name="text" >
       
   183     <string>Open Directory...</string>
       
   184    </property>
       
   185    <property name="shortcut" >
       
   186     <string>Ctrl+O</string>
       
   187    </property>
       
   188   </action>
       
   189   <action name="actionAbout" >
       
   190    <property name="text" >
       
   191     <string>&amp;About</string>
       
   192    </property>
       
   193    <property name="shortcut" >
       
   194     <string>Ctrl+A</string>
       
   195    </property>
       
   196   </action>
       
   197  </widget>
       
   198  <resources/>
       
   199  <connections/>
       
   200 </ui>