]> sigrok.org Git - pulseview.git/blob - mainwindow.ui
Made SigView into a QGLWidget
[pulseview.git] / mainwindow.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>MainWindow</class>
4  <widget class="QMainWindow" name="MainWindow">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>1024</width>
10     <height>768</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>sigrok-qt2</string>
15   </property>
16   <property name="windowIcon">
17    <iconset>
18     <normaloff>:/icons/sigrok-logo-notext.png</normaloff>:/icons/sigrok-logo-notext.png</iconset>
19   </property>
20   <widget class="QMenuBar" name="menuBar">
21    <property name="geometry">
22     <rect>
23      <x>0</x>
24      <y>0</y>
25      <width>400</width>
26      <height>25</height>
27     </rect>
28    </property>
29    <widget class="QMenu" name="menu_Help">
30     <property name="title">
31      <string>&amp;Help</string>
32     </property>
33     <addaction name="actionAbout"/>
34    </widget>
35    <addaction name="menu_Help"/>
36   </widget>
37   <widget class="QWidget" name="centralWidget">
38    <layout class="QVBoxLayout" name="verticalLayout">
39     <property name="margin">
40      <number>0</number>
41     </property>
42     <item>
43      <widget class="SigView" name="sigView" native="true"/>
44     </item>
45    </layout>
46   </widget>
47   <widget class="QStatusBar" name="statusBar" />
48   <action name="actionAbout">
49    <property name="text">
50     <string>&amp;About...</string>
51    </property>
52   </action>
53  </widget>
54  <layoutdefault spacing="6" margin="11"/>
55  <customwidgets>
56   <customwidget>
57    <class>SigView</class>
58    <extends>QGLWidget</extends>
59    <header>sigview.h</header>
60   </customwidget>
61  </customwidgets>
62  <resources/>
63  <connections/>
64 </ui>