~george-edison55/twistload/trunk

« back to all changes in this revision

Viewing changes to mainwindow.ui

  • Committer: Nathan Osman
  • Date: 2014-05-18 22:39:42 UTC
  • Revision ID: git-v1:599a80382f9fa4338d2c6eec7027af5fc594c3c8
Moved source files and UI files to separate directories.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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>400</width>
9
 
    <height>300</height>
10
 
   </rect>
11
 
  </property>
12
 
  <property name="windowTitle" >
13
 
   <string>MainWindow</string>
14
 
  </property>
15
 
  <widget class="QMenuBar" name="menuBar" />
16
 
  <widget class="QToolBar" name="mainToolBar" />
17
 
  <widget class="QWidget" name="centralWidget" />
18
 
  <widget class="QStatusBar" name="statusBar" />
19
 
 </widget>
20
 
 <layoutDefault spacing="6" margin="11" />
21
 
 <pixmapfunction></pixmapfunction>
22
 
 <resources/>
23
 
 <connections/>
24
 
</ui>