Blame view

mainwindow.ui 1.3 KB
adeae3a0   David Mayerich   Initial commit, s...
1
2
3
4
5
6
7
8
  <?xml version="1.0" encoding="UTF-8"?>
  <ui version="4.0">
   <class>MainWindow</class>
   <widget class="QMainWindow" name="MainWindow">
    <property name="geometry">
     <rect>
      <x>0</x>
      <y>0</y>
2959aae6   David Mayerich   added support for...
9
10
      <width>780</width>
      <height>733</height>
adeae3a0   David Mayerich   Initial commit, s...
11
12
13
14
15
16
17
18
19
20
21
     </rect>
    </property>
    <property name="windowTitle">
     <string>MainWindow</string>
    </property>
    <widget class="QWidget" name="centralWidget">
     <widget class="QGraphicsView" name="graphicsView">
      <property name="geometry">
       <rect>
        <x>0</x>
        <y>0</y>
2959aae6   David Mayerich   added support for...
22
23
        <width>781</width>
        <height>701</height>
adeae3a0   David Mayerich   Initial commit, s...
24
25
26
27
28
29
30
31
32
33
34
35
       </rect>
      </property>
      <property name="alignment">
       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
      </property>
     </widget>
    </widget>
    <widget class="QMenuBar" name="menuBar">
     <property name="geometry">
      <rect>
       <x>0</x>
       <y>0</y>
2959aae6   David Mayerich   added support for...
36
37
       <width>780</width>
       <height>31</height>
adeae3a0   David Mayerich   Initial commit, s...
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
      </rect>
     </property>
     <widget class="QMenu" name="menuFile">
      <property name="title">
       <string>File</string>
      </property>
      <addaction name="actionLoad"/>
     </widget>
     <addaction name="menuFile"/>
    </widget>
    <action name="actionLoad">
     <property name="text">
      <string>Open...</string>
     </property>
    </action>
   </widget>
   <layoutdefault spacing="6" margin="11"/>
   <resources/>
   <connections/>
  </ui>