aboutsummaryrefslogtreecommitdiff
path: root/mainwindow.ui
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2015-06-14 17:39:26 +0200
committerJavier <dev.git@javispedro.com>2015-06-14 17:39:26 +0200
commit247b7d55be4c9caea3cbc05f6f543280f207d895 (patch)
tree7fd437e728726117cb8914dd1658adffaabcf3ac /mainwindow.ui
parente3c4aa5dffecc8f62958c44035b2e58de0228eb4 (diff)
downloadscribiu-247b7d55be4c9caea3cbc05f6f543280f207d895.tar.gz
scribiu-247b7d55be4c9caea3cbc05f6f543280f207d895.zip
allow changing data path, improve icon
Diffstat (limited to 'mainwindow.ui')
-rw-r--r--mainwindow.ui76
1 files changed, 56 insertions, 20 deletions
diff --git a/mainwindow.ui b/mainwindow.ui
index 11f2aa6..83c5105 100644
--- a/mainwindow.ui
+++ b/mainwindow.ui
@@ -14,7 +14,9 @@
<string>Scribiu</string>
</property>
<property name="windowIcon">
- <iconset theme="scribiu"/>
+ <iconset theme="scribiu">
+ <normaloff/>
+ </iconset>
</property>
<widget class="QWidget" name="centralWidget">
<layout class="QVBoxLayout" name="verticalLayout">
@@ -347,7 +349,14 @@
<addaction name="separator"/>
<addaction name="actionQuit"/>
</widget>
+ <widget class="QMenu" name="menu_Help">
+ <property name="title">
+ <string>&amp;Help</string>
+ </property>
+ <addaction name="actionAbout"/>
+ </widget>
<addaction name="menuFile"/>
+ <addaction name="menu_Help"/>
</widget>
<widget class="QStatusBar" name="statusBar"/>
<action name="actionQuit">
@@ -368,12 +377,22 @@
</action>
<action name="actionExport">
<property name="icon">
- <iconset theme="document-save-as"/>
+ <iconset theme="document-save-as">
+ <normaloff/>
+ </iconset>
</property>
<property name="text">
<string>&amp;Export...</string>
</property>
</action>
+ <action name="actionAbout">
+ <property name="icon">
+ <iconset theme="help-about"/>
+ </property>
+ <property name="text">
+ <string>About...</string>
+ </property>
+ </action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>
@@ -441,8 +460,8 @@
<y>42</y>
</hint>
<hint type="destinationlabel">
- <x>521</x>
- <y>210</y>
+ <x>479</x>
+ <y>272</y>
</hint>
</hints>
</connection>
@@ -453,8 +472,8 @@
<slot>handleCurPageChanged()</slot>
<hints>
<hint type="sourcelabel">
- <x>521</x>
- <y>210</y>
+ <x>479</x>
+ <y>272</y>
</hint>
<hint type="destinationlabel">
<x>358</x>
@@ -469,12 +488,12 @@
<slot>prevPage()</slot>
<hints>
<hint type="sourcelabel">
- <x>341</x>
- <y>42</y>
+ <x>273</x>
+ <y>57</y>
</hint>
<hint type="destinationlabel">
- <x>521</x>
- <y>210</y>
+ <x>479</x>
+ <y>272</y>
</hint>
</hints>
</connection>
@@ -485,12 +504,12 @@
<slot>nextPage()</slot>
<hints>
<hint type="sourcelabel">
- <x>433</x>
- <y>42</y>
+ <x>365</x>
+ <y>57</y>
</hint>
<hint type="destinationlabel">
- <x>521</x>
- <y>210</y>
+ <x>479</x>
+ <y>272</y>
</hint>
</hints>
</connection>
@@ -501,8 +520,8 @@
<slot>handlePaperReplayRequested(QString,qint64)</slot>
<hints>
<hint type="sourcelabel">
- <x>521</x>
- <y>193</y>
+ <x>479</x>
+ <y>255</y>
</hint>
<hint type="destinationlabel">
<x>358</x>
@@ -517,8 +536,8 @@
<slot>handlePaperReplayPlay()</slot>
<hints>
<hint type="sourcelabel">
- <x>341</x>
- <y>343</y>
+ <x>273</x>
+ <y>358</y>
</hint>
<hint type="destinationlabel">
<x>358</x>
@@ -533,8 +552,8 @@
<slot>handlePaperReplayPause()</slot>
<hints>
<hint type="sourcelabel">
- <x>377</x>
- <y>343</y>
+ <x>309</x>
+ <y>358</y>
</hint>
<hint type="destinationlabel">
<x>358</x>
@@ -622,6 +641,22 @@
</hint>
</hints>
</connection>
+ <connection>
+ <sender>actionAbout</sender>
+ <signal>triggered()</signal>
+ <receiver>MainWindow</receiver>
+ <slot>handleAbout()</slot>
+ <hints>
+ <hint type="sourcelabel">
+ <x>358</x>
+ <y>193</y>
+ </hint>
+ <hint type="destinationlabel">
+ <x>358</x>
+ <y>192</y>
+ </hint>
+ </hints>
+ </connection>
</connections>
<slots>
<slot>handleNotebookSelected(QModelIndex)</slot>
@@ -632,5 +667,6 @@
<slot>handlePaperReplayPause()</slot>
<slot>handlePaperReplaySelected(QModelIndex)</slot>
<slot>handleExport()</slot>
+ <slot>handleAbout()</slot>
</slots>
</ui>