Advertisement
lloydc99

mainwindow.ui

Jun 28th, 2011
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.66 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3.  <class>MainWindowClass</class>
  4.  <widget class="QMainWindow" name="MainWindowClass">
  5.   <property name="geometry">
  6.    <rect>
  7.     <x>0</x>
  8.     <y>0</y>
  9.     <width>646</width>
  10.     <height>606</height>
  11.    </rect>
  12.   </property>
  13.   <property name="windowTitle">
  14.    <string>MainWindow</string>
  15.   </property>
  16.   <widget class="QWidget" name="centralWidget">
  17.    <layout class="QGridLayout" name="gridLayout">
  18.     <item row="0" column="0" rowspan="2">
  19.      <widget class="QWidget" name="displayWidget" native="true">
  20.       <property name="sizePolicy">
  21.        <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  22.         <horstretch>0</horstretch>
  23.         <verstretch>0</verstretch>
  24.        </sizepolicy>
  25.       </property>
  26.      </widget>
  27.     </item>
  28.    </layout>
  29.   </widget>
  30.   <widget class="QMenuBar" name="menuBar">
  31.    <property name="geometry">
  32.     <rect>
  33.      <x>0</x>
  34.      <y>0</y>
  35.      <width>646</width>
  36.      <height>21</height>
  37.     </rect>
  38.    </property>
  39.   </widget>
  40.   <widget class="QToolBar" name="mainToolBar">
  41.    <attribute name="toolBarArea">
  42.     <enum>TopToolBarArea</enum>
  43.    </attribute>
  44.    <attribute name="toolBarBreak">
  45.     <bool>false</bool>
  46.    </attribute>
  47.   </widget>
  48.   <widget class="QStatusBar" name="statusBar">
  49.    <property name="enabled">
  50.     <bool>true</bool>
  51.    </property>
  52.   </widget>
  53.   <action name="actionOpenFile">
  54.    <property name="text">
  55.     <string>Open</string>
  56.    </property>
  57.    <property name="toolTip">
  58.     <string>Open File</string>
  59.    </property>
  60.   </action>
  61.  </widget>
  62.  <layoutdefault spacing="6" margin="11"/>
  63.  <resources/>
  64.  <connections/>
  65. </ui>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement