kindle manager
This commit is contained in:
77
mainwindow.ui
Normal file
77
mainwindow.ui
Normal file
@@ -0,0 +1,77 @@
|
||||
<?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>800</width>
|
||||
<height>600</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>MainWindow</string>
|
||||
</property>
|
||||
<widget class="QWidget" name="centralwidget"/>
|
||||
<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="actionimport"/>
|
||||
<addaction name="actionimport_2"/>
|
||||
<addaction name="actionimport_3"/>
|
||||
</widget>
|
||||
<widget class="QMenuBar" name="menuBar">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>800</width>
|
||||
<height>22</height>
|
||||
</rect>
|
||||
</property>
|
||||
<widget class="QMenu" name="menuImport">
|
||||
<property name="title">
|
||||
<string>Import</string>
|
||||
</property>
|
||||
<addaction name="actionimport_2"/>
|
||||
<addaction name="actionimport_3"/>
|
||||
</widget>
|
||||
<addaction name="menuImport"/>
|
||||
</widget>
|
||||
<action name="actionimport">
|
||||
<property name="icon">
|
||||
<iconset theme="Ab6.png"/>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Import</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>import clipping file from kindle</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Meta+I</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionimport_2">
|
||||
<property name="text">
|
||||
<string>import</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionimport_3">
|
||||
<property name="text">
|
||||
<string>import</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<resources/>
|
||||
<connections/>
|
||||
</ui>
|
||||
Reference in New Issue
Block a user