Skip to content

Commit

Permalink
1.4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
noembryo committed Jun 14, 2021
1 parent 9173325 commit 47653a9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 26 deletions.
14 changes: 11 additions & 3 deletions gui_toolbar.ui
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ Activated only if two entries of the same book are selected.</string>
</widget>
</item>
<item>
<widget class="QToolButton" name="db_btn">
<widget class="XToolButton" name="db_btn">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
Expand All @@ -515,10 +515,11 @@ Activated only if two entries of the same book are selected.</string>
</size>
</property>
<property name="toolTip">
<string>Show the archived files</string>
<string>Show the archived files in the database
(Right click to change the database file)</string>
</property>
<property name="statusTip">
<string>Show the archived files</string>
<string>Show the archived files in the database (Right click to change the database file)</string>
</property>
<property name="text">
<string>Archived</string>
Expand Down Expand Up @@ -596,6 +597,13 @@ Activated only if two entries of the same book are selected.</string>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>XToolButton</class>
<extends>QToolButton</extends>
<header>secondary</header>
</customwidget>
</customwidgets>
<resources>
<include location="images.qrc"/>
</resources>
Expand Down
21 changes: 0 additions & 21 deletions images_rc.py

This file was deleted.

4 changes: 2 additions & 2 deletions secondary.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
QDialog, QWidget, QMovie, QFont, QMenu, QAction, QTableWidget,
QCheckBox, QToolButton, QActionGroup, QCursor)
else:
from PySide2.QtCore import QObject, Qt, Signal, QPoint, Slot, QSize
from PySide2.QtGui import QFont, QMovie, QIcon
from PySide2.QtCore import QObject, Qt, Signal, QPoint, Slot, QSize, QEvent
from PySide2.QtGui import QFont, QMovie, QIcon, QCursor
from PySide2.QtWidgets import (QTableWidgetItem, QTableWidget, QMessageBox,
QApplication, QWidget, QDialog, QFileDialog,
QActionGroup, QMenu, QAction, QToolButton, QCheckBox)
Expand Down

0 comments on commit 47653a9

Please sign in to comment.