aboutsummaryrefslogtreecommitdiff
path: root/mainwindow.ui
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2015-06-14 03:32:35 +0200
committerJavier <dev.git@javispedro.com>2015-06-14 03:32:35 +0200
commit46cb4b079be113996214660020d6ef0c3d1f1e80 (patch)
tree4f3c7ec2d09fe532b2d0a640aadffe52d6abf67a /mainwindow.ui
parent59feffc5a253fec33b310f7a0105c8ef42b9019b (diff)
downloadscribiu-46cb4b079be113996214660020d6ef0c3d1f1e80.tar.gz
scribiu-46cb4b079be113996214660020d6ef0c3d1f1e80.zip
paperless replay also working
Diffstat (limited to 'mainwindow.ui')
-rw-r--r--mainwindow.ui90
1 files changed, 82 insertions, 8 deletions
diff --git a/mainwindow.ui b/mainwindow.ui
index 4a0e1ea..1662e7f 100644
--- a/mainwindow.ui
+++ b/mainwindow.ui
@@ -183,14 +183,53 @@
</layout>
</item>
<item>
- <widget class="NotebookView" name="notebookView">
- <property name="verticalScrollBarPolicy">
- <enum>Qt::ScrollBarAlwaysOn</enum>
+ <layout class="QHBoxLayout" name="pane2Mid">
+ <property name="spacing">
+ <number>0</number>
</property>
- <property name="horizontalScrollBarPolicy">
- <enum>Qt::ScrollBarAlwaysOn</enum>
- </property>
- </widget>
+ <item>
+ <widget class="NotebookView" name="notebookView">
+ <property name="verticalScrollBarPolicy">
+ <enum>Qt::ScrollBarAlwaysOn</enum>
+ </property>
+ <property name="horizontalScrollBarPolicy">
+ <enum>Qt::ScrollBarAlwaysOn</enum>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QTableView" name="paperReplayView">
+ <property name="selectionMode">
+ <enum>QAbstractItemView::SingleSelection</enum>
+ </property>
+ <property name="selectionBehavior">
+ <enum>QAbstractItemView::SelectRows</enum>
+ </property>
+ <property name="showGrid">
+ <bool>false</bool>
+ </property>
+ <attribute name="horizontalHeaderHighlightSections">
+ <bool>false</bool>
+ </attribute>
+ <attribute name="verticalHeaderVisible">
+ <bool>false</bool>
+ </attribute>
+ </widget>
+ </item>
+ <item>
+ <spacer name="verticalSpacer">
+ <property name="orientation">
+ <enum>Qt::Vertical</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>0</width>
+ <height>0</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ </layout>
</item>
<item>
<layout class="QHBoxLayout" name="paperReplayTools">
@@ -224,7 +263,9 @@
<string>...</string>
</property>
<property name="icon">
- <iconset theme="media-playback-pause"/>
+ <iconset theme="media-playback-pause">
+ <normaloff/>
+ </iconset>
</property>
</widget>
</item>
@@ -444,6 +485,38 @@
</hint>
</hints>
</connection>
+ <connection>
+ <sender>paperReplayView</sender>
+ <signal>activated(QModelIndex)</signal>
+ <receiver>MainWindow</receiver>
+ <slot>handlePaperReplaySelected(QModelIndex)</slot>
+ <hints>
+ <hint type="sourcelabel">
+ <x>597</x>
+ <y>193</y>
+ </hint>
+ <hint type="destinationlabel">
+ <x>358</x>
+ <y>192</y>
+ </hint>
+ </hints>
+ </connection>
+ <connection>
+ <sender>paperReplayView</sender>
+ <signal>doubleClicked(QModelIndex)</signal>
+ <receiver>MainWindow</receiver>
+ <slot>handlePaperReplaySelected(QModelIndex)</slot>
+ <hints>
+ <hint type="sourcelabel">
+ <x>597</x>
+ <y>193</y>
+ </hint>
+ <hint type="destinationlabel">
+ <x>358</x>
+ <y>192</y>
+ </hint>
+ </hints>
+ </connection>
</connections>
<slots>
<slot>handleNotebookSelected(QModelIndex)</slot>
@@ -452,5 +525,6 @@
<slot>handlePaperReplayRequested(QString,qint64)</slot>
<slot>handlePaperReplayPlay()</slot>
<slot>handlePaperReplayPause()</slot>
+ <slot>handlePaperReplaySelected(QModelIndex)</slot>
</slots>
</ui>