Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 18 additions & 1 deletion src/GUI_UIs/ui_dialog_code_av.ui
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@
<widget class="QPushButton" name="pushButton_clear_filter_file">
<property name="geometry">
<rect>
<x>120</x>
<x>150</x>
<y>0</y>
<width>28</width>
<height>28</height>
Expand All @@ -508,6 +508,23 @@
<string/>
</property>
</widget>
<widget class="QPushButton" name="pushButton_goto_bookmark">
<property name="geometry">
<rect>
<x>120</x>
<y>1</y>
<width>28</width>
<height>28</height>
</rect>
</property>
<property name="toolTip">
<string>Go to bookmark (Shift B)
To set a bookmark press B</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<widget class="QTreeWidget" name="treeWidget">
<column>
Expand Down
56 changes: 47 additions & 9 deletions src/GUI_UIs/ui_dialog_view_av.ui
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ Forward 5 seconds. Press 5</string>
<widget class="QPushButton" name="pushButton_help">
<property name="geometry">
<rect>
<x>890</x>
<x>940</x>
<y>10</y>
<width>28</width>
<height>28</height>
Expand Down Expand Up @@ -382,7 +382,7 @@ red underline = Assigned to code or annotation</string>
</rect>
</property>
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Search for text.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
<string>Search for text</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_next">
Expand Down Expand Up @@ -467,14 +467,17 @@ red underline = Assigned to code or annotation</string>
<widget class="QPushButton" name="pushButton_new_speaker">
<property name="geometry">
<rect>
<x>480</x>
<x>470</x>
<y>3</y>
<width>161</width>
<width>30</width>
<height>30</height>
</rect>
</property>
<property name="toolTip">
<string>New speaker (Ctrl N)</string>
</property>
<property name="text">
<string>New speaker</string>
<string/>
</property>
</widget>
<widget class="QPushButton" name="pushButton_insert_timestamp">
Expand All @@ -487,7 +490,7 @@ red underline = Assigned to code or annotation</string>
</rect>
</property>
<property name="toolTip">
<string>Insert timestamp</string>
<string>Insert timestamp (Ctrl T)</string>
</property>
<property name="text">
<string/>
Expand All @@ -496,14 +499,17 @@ red underline = Assigned to code or annotation</string>
<widget class="QPushButton" name="pushButton_remove_speaker">
<property name="geometry">
<rect>
<x>650</x>
<x>500</x>
<y>3</y>
<width>161</width>
<width>30</width>
<height>30</height>
</rect>
</property>
<property name="toolTip">
<string>Remove speaker (Ctrl D)</string>
</property>
<property name="text">
<string>Remove Speaker</string>
<string/>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_case_sensitive">
Expand Down Expand Up @@ -550,6 +556,38 @@ red underline = Assigned to code or annotation</string>
<string/>
</property>
</widget>
<widget class="QPushButton" name="pushButton_set_bookmark">
<property name="geometry">
<rect>
<x>650</x>
<y>3</y>
<width>30</width>
<height>30</height>
</rect>
</property>
<property name="toolTip">
<string>Set bookmark (Ctrl B)</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="pushButton_goto_bookmark">
<property name="geometry">
<rect>
<x>620</x>
<y>3</y>
<width>30</width>
<height>30</height>
</rect>
</property>
<property name="toolTip">
<string>Go to bookmark (Ctrl Shift B)</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
</item>
<item row="8" column="0">
Expand Down
8 changes: 7 additions & 1 deletion src/qualcoder/GUI/ui_dialog_code_av.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,13 @@ def setupUi(self, Dialog_code_av):
self.pushButton_file_attributes.setText("")
self.pushButton_file_attributes.setObjectName("pushButton_file_attributes")
self.pushButton_clear_filter_file = QtWidgets.QPushButton(parent=self.groupBox_file_buttons)
self.pushButton_clear_filter_file.setGeometry(QtCore.QRect(120, 0, 28, 28))
self.pushButton_clear_filter_file.setGeometry(QtCore.QRect(150, 0, 28, 28))
self.pushButton_clear_filter_file.setText("")
self.pushButton_clear_filter_file.setObjectName("pushButton_clear_filter_file")
self.pushButton_goto_bookmark = QtWidgets.QPushButton(parent=self.groupBox_file_buttons)
self.pushButton_goto_bookmark.setGeometry(QtCore.QRect(120, 1, 28, 28))
self.pushButton_goto_bookmark.setText("")
self.pushButton_goto_bookmark.setObjectName("pushButton_goto_bookmark")
self.treeWidget = QtWidgets.QTreeWidget(parent=self.splitter)
self.treeWidget.setObjectName("treeWidget")
self.treeWidget.headerItem().setText(0, "Codes")
Expand Down Expand Up @@ -235,6 +239,8 @@ def retranslateUi(self, Dialog_code_av):
self.pushButton_document_memo.setToolTip(_translate("Dialog_code_av", "<html><head/><body><p>File memo</p></body></html>"))
self.pushButton_file_attributes.setToolTip(_translate("Dialog_code_av", "Show files with selected file attributes"))
self.pushButton_clear_filter_file.setToolTip(_translate("Dialog_code_av", "Clear file filter"))
self.pushButton_goto_bookmark.setToolTip(_translate("Dialog_code_av", "Go to bookmark (Shift B)\n"
"To set a bookmark press B"))
self.pushButton_clear_filter_code.setToolTip(_translate("Dialog_code_av", "Clear code filter"))
self.lineEdit_code_filter.setToolTip(_translate("Dialog_code_av", "Code name filter"))
self.plainTextEdit.setToolTip(_translate("Dialog_code_av", "<html><head/><body><p>Transcript</p></body></html>"))
Expand Down
26 changes: 19 additions & 7 deletions src/qualcoder/GUI/ui_dialog_view_av.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def setupUi(self, Dialog_view_av):
self.pushButton_forward_30.setText("")
self.pushButton_forward_30.setObjectName("pushButton_forward_30")
self.pushButton_help = QtWidgets.QPushButton(parent=self.groupBox_2)
self.pushButton_help.setGeometry(QtCore.QRect(890, 10, 28, 28))
self.pushButton_help.setGeometry(QtCore.QRect(940, 10, 28, 28))
self.pushButton_help.setText("")
self.pushButton_help.setObjectName("pushButton_help")
self.gridLayout.addWidget(self.groupBox_2, 3, 0, 1, 1)
Expand Down Expand Up @@ -136,14 +136,16 @@ def setupUi(self, Dialog_view_av):
self.label_search_totals.setAlignment(QtCore.Qt.AlignmentFlag.AlignCenter)
self.label_search_totals.setObjectName("label_search_totals")
self.pushButton_new_speaker = QtWidgets.QPushButton(parent=self.groupBox_search_text)
self.pushButton_new_speaker.setGeometry(QtCore.QRect(480, 3, 161, 30))
self.pushButton_new_speaker.setGeometry(QtCore.QRect(470, 3, 30, 30))
self.pushButton_new_speaker.setText("")
self.pushButton_new_speaker.setObjectName("pushButton_new_speaker")
self.pushButton_insert_timestamp = QtWidgets.QPushButton(parent=self.groupBox_search_text)
self.pushButton_insert_timestamp.setGeometry(QtCore.QRect(440, 3, 30, 30))
self.pushButton_insert_timestamp.setText("")
self.pushButton_insert_timestamp.setObjectName("pushButton_insert_timestamp")
self.pushButton_remove_speaker = QtWidgets.QPushButton(parent=self.groupBox_search_text)
self.pushButton_remove_speaker.setGeometry(QtCore.QRect(650, 3, 161, 30))
self.pushButton_remove_speaker.setGeometry(QtCore.QRect(500, 3, 30, 30))
self.pushButton_remove_speaker.setText("")
self.pushButton_remove_speaker.setObjectName("pushButton_remove_speaker")
self.checkBox_case_sensitive = QtWidgets.QCheckBox(parent=self.groupBox_search_text)
self.checkBox_case_sensitive.setGeometry(QtCore.QRect(38, 7, 21, 24))
Expand All @@ -155,6 +157,14 @@ def setupUi(self, Dialog_view_av):
self.label_case_sensitive.setMaximumSize(QtCore.QSize(28, 28))
self.label_case_sensitive.setText("")
self.label_case_sensitive.setObjectName("label_case_sensitive")
self.pushButton_set_bookmark = QtWidgets.QPushButton(parent=self.groupBox_search_text)
self.pushButton_set_bookmark.setGeometry(QtCore.QRect(650, 3, 30, 30))
self.pushButton_set_bookmark.setText("")
self.pushButton_set_bookmark.setObjectName("pushButton_set_bookmark")
self.pushButton_goto_bookmark = QtWidgets.QPushButton(parent=self.groupBox_search_text)
self.pushButton_goto_bookmark.setGeometry(QtCore.QRect(620, 3, 30, 30))
self.pushButton_goto_bookmark.setText("")
self.pushButton_goto_bookmark.setObjectName("pushButton_goto_bookmark")
self.gridLayout.addWidget(self.groupBox_search_text, 6, 0, 1, 1)
self.label_note = QtWidgets.QLabel(parent=Dialog_view_av)
self.label_note.setText("")
Expand Down Expand Up @@ -208,16 +218,18 @@ def retranslateUi(self, Dialog_view_av):
self.label_transcription.setText(_translate("Dialog_view_av", "Transcription:"))
self.label_speakers.setToolTip(_translate("Dialog_view_av", "<html><head/><body><p>Add a speaker name to shortcuts. In the text entry box press ctrl + n</p><p>Insert a speaker into transcription. In the text entry box press ctrl + 1 up to ctrl + 8 for the speakers name.</p></body></html>"))
self.label_speakers.setText(_translate("Dialog_view_av", "Speakers:"))
self.lineEdit_search.setToolTip(_translate("Dialog_view_av", "<html><head/><body><p>Search for text.</p></body></html>"))
self.lineEdit_search.setToolTip(_translate("Dialog_view_av", "Search for text"))
self.pushButton_next.setToolTip(_translate("Dialog_view_av", "Next"))
self.label_search_regex.setToolTip(_translate("Dialog_view_av", "<html><head/><body><p>Search uses Regex functions. </p><p>A dot ‘.’ is used as a wild card, e.g. ‘.ears’ will match ‘bears’ and ‘years’. </p><p>A ‘?’ after a character will match one or none times that character, e.g. ‘bears?’ will match ‘bear’ and ‘bears’ </p><p><span style=\" background-color:transparent;\">A ‘*’ after a character will match zero or more times. </span></p><p><span style=\" background-color:transparent;\">‘</span>\\. will match the dot symbol, ‘\\?’ will match the question mark. ‘\\n’ will match the line ending symbol. </p><p>Regex cheatsheet: <a href=\"http://www.rexegg.com/regex-quickstart.html\"><span style=\" text-decoration: underline; color:#000080;\">www.rexegg.com/regex-quickstart.html</span></a></p></body></html>"))
self.pushButton_previous.setToolTip(_translate("Dialog_view_av", "Previous"))
self.label_search_totals.setText(_translate("Dialog_view_av", "0 / 0"))
self.pushButton_new_speaker.setText(_translate("Dialog_view_av", "New speaker"))
self.pushButton_insert_timestamp.setToolTip(_translate("Dialog_view_av", "Insert timestamp"))
self.pushButton_remove_speaker.setText(_translate("Dialog_view_av", "Remove Speaker"))
self.pushButton_new_speaker.setToolTip(_translate("Dialog_view_av", "New speaker (Ctrl N)"))
self.pushButton_insert_timestamp.setToolTip(_translate("Dialog_view_av", "Insert timestamp (Ctrl T)"))
self.pushButton_remove_speaker.setToolTip(_translate("Dialog_view_av", "Remove speaker (Ctrl D)"))
self.checkBox_case_sensitive.setToolTip(_translate("Dialog_view_av", "Case sensitive"))
self.label_case_sensitive.setToolTip(_translate("Dialog_view_av", "Case sensitive"))
self.pushButton_set_bookmark.setToolTip(_translate("Dialog_view_av", "Set bookmark (Ctrl B)"))
self.pushButton_goto_bookmark.setToolTip(_translate("Dialog_view_av", "Go to bookmark (Ctrl Shift B)"))


if __name__ == "__main__":
Expand Down
Loading
Loading