Initial revision.
[secretnotes] / src / 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>600</width>
10     <height>400</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Secret Notes</string>
15   </property>
16   <widget class="QWidget" name="centralWidget">
17    <layout class="QHBoxLayout" name="horizontalLayout">
18     <item>
19      <widget class="QPlainTextEdit" name="textEdit">
20       <property name="enabled">
21        <bool>true</bool>
22       </property>
23       <property name="readOnly">
24        <bool>false</bool>
25       </property>
26       <property name="backgroundVisible">
27        <bool>false</bool>
28       </property>
29      </widget>
30     </item>
31    </layout>
32   </widget>
33   <widget class="QMenuBar" name="menuBar">
34    <property name="geometry">
35     <rect>
36      <x>0</x>
37      <y>0</y>
38      <width>600</width>
39      <height>25</height>
40     </rect>
41    </property>
42    <widget class="QMenu" name="menuOptions">
43     <property name="title">
44      <string>Options</string>
45     </property>
46     <addaction name="actionChange_password"/>
47     <addaction name="actionReset_secret_notes"/>
48    </widget>
49    <addaction name="menuOptions"/>
50   </widget>
51   <action name="actionChange_password">
52    <property name="text">
53     <string>Change password</string>
54    </property>
55   </action>
56   <action name="actionReset_secret_notes">
57    <property name="text">
58     <string>Reset secret notes</string>
59    </property>
60   </action>
61  </widget>
62  <layoutdefault spacing="6" margin="11"/>
63  <resources/>
64  <connections/>
65 </ui>