2018-10-06 15:33:02 -04:00
|
|
|
<?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>
|
|
|
|
<width>600</width>
|
|
|
|
<height>600</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2018-10-06 19:40:04 -04:00
|
|
|
<string>whyblocked</string>
|
2018-10-06 15:33:02 -04:00
|
|
|
</property>
|
|
|
|
<property name="locale">
|
|
|
|
<locale language="English" country="UnitedKingdom"/>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="centralwidget">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QTableView" name="tableview">
|
2018-10-06 19:40:04 -04:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Click or press enter to view receipts</string>
|
|
|
|
</property>
|
2018-10-06 15:33:02 -04:00
|
|
|
<property name="editTriggers">
|
|
|
|
<set>QAbstractItemView::NoEditTriggers</set>
|
|
|
|
</property>
|
|
|
|
<attribute name="horizontalHeaderDefaultSectionSize">
|
|
|
|
<number>100</number>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="horizontalHeaderShowSortIndicator" stdset="0">
|
|
|
|
<bool>true</bool>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="horizontalHeaderStretchLastSection">
|
|
|
|
<bool>true</bool>
|
|
|
|
</attribute>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_receipts">
|
2018-10-06 19:40:04 -04:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Memory aids, proof</string>
|
|
|
|
</property>
|
2018-10-06 15:33:02 -04:00
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
2018-10-06 19:40:04 -04:00
|
|
|
<property name="textFormat">
|
|
|
|
<enum>Qt::AutoText</enum>
|
|
|
|
</property>
|
|
|
|
<property name="openExternalLinks">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2018-10-06 15:33:02 -04:00
|
|
|
<property name="textInteractionFlags">
|
2018-10-06 19:40:04 -04:00
|
|
|
<set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
|
2018-10-06 15:33:02 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QStatusBar" name="statusbar"/>
|
|
|
|
<widget class="QToolBar" name="toolbar">
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>toolBar</string>
|
|
|
|
</property>
|
|
|
|
<attribute name="toolBarArea">
|
|
|
|
<enum>TopToolBarArea</enum>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="toolBarBreak">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
<addaction name="action_add"/>
|
|
|
|
<addaction name="action_remove"/>
|
2018-10-12 23:07:34 -04:00
|
|
|
<addaction name="action_reload"/>
|
2018-10-06 15:33:02 -04:00
|
|
|
<addaction name="action_about"/>
|
2018-10-12 23:59:56 -04:00
|
|
|
<addaction name="action_quit"/>
|
2018-10-06 15:33:02 -04:00
|
|
|
</widget>
|
2018-10-13 20:31:42 -04:00
|
|
|
<widget class="QMenuBar" name="menuBar">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>600</width>
|
|
|
|
<height>21</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<widget class="QMenu" name="menuDatabase">
|
|
|
|
<property name="title">
|
|
|
|
<string>&Database</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="action_add"/>
|
|
|
|
<addaction name="action_remove"/>
|
|
|
|
<addaction name="action_reload"/>
|
|
|
|
<addaction name="action_quit"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menuHelp">
|
|
|
|
<property name="title">
|
|
|
|
<string>&Help</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="action_about"/>
|
|
|
|
</widget>
|
|
|
|
<addaction name="menuDatabase"/>
|
|
|
|
<addaction name="menuHelp"/>
|
|
|
|
</widget>
|
2018-10-06 15:33:02 -04:00
|
|
|
<action name="action_add">
|
|
|
|
<property name="icon">
|
2018-10-12 23:07:34 -04:00
|
|
|
<iconset theme="add">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
2018-10-06 15:33:02 -04:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2018-10-13 20:31:42 -04:00
|
|
|
<string>&Add</string>
|
2018-10-06 15:33:02 -04:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Add user or instance</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+N</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_remove">
|
|
|
|
<property name="icon">
|
2018-10-12 23:07:34 -04:00
|
|
|
<iconset theme="remove">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
2018-10-06 15:33:02 -04:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2018-10-13 20:31:42 -04:00
|
|
|
<string>Re&move</string>
|
2018-10-06 15:33:02 -04:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Remove user or instance</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
2018-10-12 23:07:34 -04:00
|
|
|
<string>Del</string>
|
2018-10-06 15:33:02 -04:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_about">
|
|
|
|
<property name="icon">
|
2018-10-12 23:07:34 -04:00
|
|
|
<iconset theme="info">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
2018-10-06 15:33:02 -04:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2018-10-13 20:31:42 -04:00
|
|
|
<string>About</string>
|
2018-10-06 15:33:02 -04:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>About this application</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2018-10-12 23:07:34 -04:00
|
|
|
<action name="action_reload">
|
|
|
|
<property name="icon">
|
2018-10-12 23:59:56 -04:00
|
|
|
<iconset theme="reload">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
2018-10-12 23:07:34 -04:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2018-10-13 20:31:42 -04:00
|
|
|
<string>&Reload</string>
|
2018-10-12 23:07:34 -04:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Reload database</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+R</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2018-10-12 23:59:56 -04:00
|
|
|
<action name="action_quit">
|
|
|
|
<property name="icon">
|
2018-10-13 20:31:42 -04:00
|
|
|
<iconset theme="exit">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
2018-10-12 23:59:56 -04:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2018-10-13 20:31:42 -04:00
|
|
|
<string>&Quit</string>
|
2018-10-12 23:59:56 -04:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Quit application</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+Q</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2018-10-06 15:33:02 -04:00
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|