Enable kinetic scrolling.
[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    </widget>
47    <addaction name="menuOptions"/>
48   </widget>
49   <action name="actionChange_password">
50    <property name="text">
51     <string>Change password</string>
52    </property>
53   </action>
54   <action name="actionReset_secret_notes">
55    <property name="text">
56     <string>Reset secret notes</string>
57    </property>
58   </action>
59  </widget>
60  <layoutdefault spacing="6" margin="11"/>
61  <resources/>
62  <connections/>
63 </ui>