Skip to content

Commit

Permalink
2.1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
noembryo committed Aug 26, 2024
1 parent 03ccacc commit ffb3497
Show file tree
Hide file tree
Showing 7 changed files with 404 additions and 259 deletions.
4 changes: 2 additions & 2 deletions gui_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Form implementation generated from reading ui file 'D:\Apps\DEV\PROJECTS\KoHighlights\gui_main.ui',
# licensing of 'D:\Apps\DEV\PROJECTS\KoHighlights\gui_main.ui' applies.
#
# Created: Tue May 7 14:53:08 2024
# Created: Mon Aug 26 13:41:15 2024
# by: pyside2-uic running on PySide2 5.13.2
#
# WARNING! All changes made in this file will be lost!
Expand Down Expand Up @@ -339,5 +339,5 @@ def retranslateUi(self, Base):
self.act_view_book.setText(QtWidgets.QApplication.translate("Base", "View Book", None, -1))
self.act_view_book.setShortcut(QtWidgets.QApplication.translate("Base", "Ctrl+B", None, -1))

from secondary import DropTableWidget, XTableWidget
from secondary import XTableWidget, DropTableWidget
import images_rc
8 changes: 6 additions & 2 deletions gui_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Form implementation generated from reading ui file 'D:\Apps\DEV\PROJECTS\KoHighlights\gui_status.ui',
# licensing of 'D:\Apps\DEV\PROJECTS\KoHighlights\gui_status.ui' applies.
#
# Created: Thu May 2 17:29:33 2024
# Created: Mon Aug 26 13:41:16 2024
# by: pyside2-uic running on PySide2 5.13.2
#
# WARNING! All changes made in this file will be lost!
Expand Down Expand Up @@ -80,10 +80,14 @@ def retranslateUi(self, Status):
self.show_items_btn.setStatusTip(QtWidgets.QApplication.translate("Status", "Show/Hide elements of Highlights. Also affects what will be saved to the text/html files.", None, -1))
self.show_items_btn.setText(QtWidgets.QApplication.translate("Status", "Show in Highlights", None, -1))
self.act_page.setText(QtWidgets.QApplication.translate("Status", "Page", None, -1))
self.act_page.setToolTip(QtWidgets.QApplication.translate("Status", "Show the highlight\'s page number", None, -1))
self.act_date.setText(QtWidgets.QApplication.translate("Status", "Date", None, -1))
self.act_date.setToolTip(QtWidgets.QApplication.translate("Status", "Show the highlight\'s date", None, -1))
self.act_text.setText(QtWidgets.QApplication.translate("Status", "Highlight", None, -1))
self.act_text.setToolTip(QtWidgets.QApplication.translate("Status", "Show the highlight\'s text", None, -1))
self.act_comment.setText(QtWidgets.QApplication.translate("Status", "Comment", None, -1))
self.act_comment.setToolTip(QtWidgets.QApplication.translate("Status", "Show the highlight\'s comment", None, -1))
self.act_chapter.setText(QtWidgets.QApplication.translate("Status", "Chapter", None, -1))
self.act_chapter.setToolTip(QtWidgets.QApplication.translate("Status", "Chapter", None, -1))
self.act_chapter.setToolTip(QtWidgets.QApplication.translate("Status", "Show the highlight\'s chapter", None, -1))

import images_rc
14 changes: 13 additions & 1 deletion gui_status.ui
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ what will be saved to the text/html files.</string>
<property name="text">
<string>Page</string>
</property>
<property name="toolTip">
<string>Show the highlight's page number</string>
</property>
</action>
<action name="act_date">
<property name="checkable">
Expand All @@ -122,6 +125,9 @@ what will be saved to the text/html files.</string>
<property name="text">
<string>Date</string>
</property>
<property name="toolTip">
<string>Show the highlight's date</string>
</property>
</action>
<action name="act_text">
<property name="checkable">
Expand All @@ -130,6 +136,9 @@ what will be saved to the text/html files.</string>
<property name="text">
<string>Highlight</string>
</property>
<property name="toolTip">
<string>Show the highlight's text</string>
</property>
</action>
<action name="act_comment">
<property name="checkable">
Expand All @@ -138,6 +147,9 @@ what will be saved to the text/html files.</string>
<property name="text">
<string>Comment</string>
</property>
<property name="toolTip">
<string>Show the highlight's comment</string>
</property>
</action>
<action name="act_chapter">
<property name="checkable">
Expand All @@ -147,7 +159,7 @@ what will be saved to the text/html files.</string>
<string>Chapter</string>
</property>
<property name="toolTip">
<string>Chapter</string>
<string>Show the highlight's chapter</string>
</property>
</action>
</widget>
Expand Down
59 changes: 30 additions & 29 deletions images.qrc
Original file line number Diff line number Diff line change
@@ -1,43 +1,44 @@
<!DOCTYPE RCC><RCC version="1.0">
<qresource prefix="/stuff">
<file alias='power32gray.png'>stuff/power32gray.png</file>
<file alias='view-sync.png'>stuff/view-sync.png</file>
<file alias='db_open.png'>stuff/db_open.png</file>
<file alias='folder_open.png'>stuff/folder_open.png</file>
<file alias='refresh16.png'>stuff/refresh16.png</file>
<file alias='font.ttf'>stuff/font.ttf</file>
<file alias='paypal.png'>stuff/paypal.png</file>
<file alias='db.png'>stuff/db.png</file>
<file alias='sync.png'>stuff/sync.png</file>
<file alias='folder_reader.png'>stuff/folder_reader.png</file>
<file alias='del.png'>stuff/del.png</file>
<file alias='calendar.png'>stuff/calendar.png</file>
<file alias='view_books.png'>stuff/view_books.png</file>
<file alias='file_exists.png'>stuff/file_exists.png</file>
<file alias='show_pages.png'>stuff/show_pages.png</file>
<file alias='folder_reader.png'>stuff/folder_reader.png</file>
<file alias='wait.gif'>stuff/wait.gif</file>
<file alias='trash.png'>stuff/trash.png</file>
<file alias='power32red.png'>stuff/power32red.png</file>
<file alias='description.png'>stuff/description.png</file>
<file alias='files_merge.png'>stuff/files_merge.png</file>
<file alias='delete.png'>stuff/delete.png</file>
<file alias='logo64.png'>stuff/logo64.png</file>
<file alias='file_edit.png'>stuff/file_edit.png</file>
<file alias='sync.png'>stuff/sync.png</file>
<file alias='refresh16.png'>stuff/refresh16.png</file>
<file alias='folder_open.png'>stuff/folder_open.png</file>
<file alias='trans32.png'>stuff/trans32.png</file>
<file alias='file_save.png'>stuff/file_save.png</file>
<file alias='power32gray.png'>stuff/power32gray.png</file>
<file alias='trash.png'>stuff/trash.png</file>
<file alias='books.png'>stuff/books.png</file>
<file alias='files_add.png'>stuff/files_add.png</file>
<file alias='power32red.png'>stuff/power32red.png</file>
<file alias='file_missing.png'>stuff/file_missing.png</file>
<file alias='trans32.png'>stuff/trans32.png</file>
<file alias='paypal76.png'>stuff/paypal76.png</file>
<file alias='file_edit.png'>stuff/file_edit.png</file>
<file alias='filter.png'>stuff/filter.png</file>
<file alias='add.png'>stuff/add.png</file>
<file alias='files_delete.png'>stuff/files_delete.png</file>
<file alias='delete.png'>stuff/delete.png</file>
<file alias='wait.gif'>stuff/wait.gif</file>
<file alias='db_open.png'>stuff/db_open.png</file>
<file alias='file_save.png'>stuff/file_save.png</file>
<file alias='files_view.png'>stuff/files_view.png</file>
<file alias='description.png'>stuff/description.png</file>
<file alias='label_green.png'>stuff/label_green.png</file>
<file alias='font.ttf'>stuff/font.ttf</file>
<file alias='db_compact.png'>stuff/db_compact.png</file>
<file alias='copy.png'>stuff/copy.png</file>
<file alias='logo.png'>stuff/logo.png</file>
<file alias='db.png'>stuff/db.png</file>
<file alias='paypal76.png'>stuff/paypal76.png</file>
<file alias='paypal.png'>stuff/paypal.png</file>
<file alias='db_add.png'>stuff/db_add.png</file>
<file alias='sort.png'>stuff/sort.png</file>
<file alias='view-sync.png'>stuff/view-sync.png</file>
<file alias='view_books.png'>stuff/view_books.png</file>
<file alias='del.png'>stuff/del.png</file>
<file alias='files_delete.png'>stuff/files_delete.png</file>
<file alias='add.png'>stuff/add.png</file>
<file alias='view-highlights.png'>stuff/view-highlights.png</file>
<file alias='copy.png'>stuff/copy.png</file>
<file alias='file_missing.png'>stuff/file_missing.png</file>
<file alias='sort.png'>stuff/sort.png</file>
<file alias='db_add.png'>stuff/db_add.png</file>
<file alias='label_green.png'>stuff/label_green.png</file>
<file alias='books.png'>stuff/books.png</file>
</qresource>
</RCC>
Loading

0 comments on commit ffb3497

Please sign in to comment.