]> sigrok.org Git - pulseview.git/blame - mainwindow.ui
Added session file open support
[pulseview.git] / mainwindow.ui
CommitLineData
d7bed479
JH
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>
4c97414d
JH
13 <property name="windowTitle">
14 <string>sigrok-qt2</string>
d7bed479 15 </property>
f1bf525a
JH
16 <property name="windowIcon">
17 <iconset>
18 <normaloff>:/icons/sigrok-logo-notext.png</normaloff>:/icons/sigrok-logo-notext.png</iconset>
19 </property>
30236a54
JH
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>
2953961c
JH
35 <widget class="QMenu" name="menu_File">
36 <property name="title">
37 <string>&amp;File</string>
38 </property>
39 <addaction name="actionOpen"/>
40 </widget>
41 <addaction name="menu_File"/>
30236a54
JH
42 <addaction name="menu_Help"/>
43 </widget>
6fa02541
JH
44 <widget class="QWidget" name="centralWidget">
45 <layout class="QVBoxLayout" name="verticalLayout">
46 <property name="margin">
47 <number>0</number>
48 </property>
49 <item>
50 <widget class="SigView" name="sigView" native="true"/>
51 </item>
52 </layout>
53 </widget>
d7bed479 54 <widget class="QStatusBar" name="statusBar" />
30236a54
JH
55 <action name="actionAbout">
56 <property name="text">
57 <string>&amp;About...</string>
58 </property>
59 </action>
2953961c
JH
60 <action name="actionOpen">
61 <property name="text">
62 <string>&amp;Open...</string>
63 </property>
64 </action>
d7bed479 65 </widget>
30236a54 66 <layoutdefault spacing="6" margin="11"/>
6fa02541
JH
67 <customwidgets>
68 <customwidget>
69 <class>SigView</class>
d7002724 70 <extends>QGLWidget</extends>
6fa02541
JH
71 <header>sigview.h</header>
72 </customwidget>
73 </customwidgets>
74 <resources/>
d7bed479
JH
75 <connections/>
76</ui>