kindle manager

This commit is contained in:
gavin
2020-07-06 13:27:52 +08:00
parent 97b7d29861
commit 23d124fdf1
4 changed files with 35269 additions and 34944 deletions

4
cui
View File

@@ -1,4 +0,0 @@
pyuic mainwindow.ui -o mainwindow.py --no-protection
pyside2-rcc -binary kmanapp.qrc -o kmanapp_rc.py
cp -fr *py *md *ico *qrc *ui ~/penv/kman/

1
cui.win.bat Normal file → Executable file
View File

@@ -1,4 +1,3 @@
pyside2-uic mainwindow.ui -o mainwindow.py
pyside2-rcc kmanapp.qrc -o kmanapp_rc.py
cp -fr *py *md *ico *qrc *ui ~/penv/kman/

File diff suppressed because it is too large Load Diff

View File

@@ -3,7 +3,7 @@
# Form implementation generated from reading ui file 'mainwindow.ui',
# licensing of 'mainwindow.ui' applies.
#
# Created: Mon Jul 6 12:48:48 2020
# Created: Mon Jul 6 13:21:29 2020
# by: pyside2-uic running on PySide2 5.12.6
#
# WARNING! All changes made in this file will be lost!
@@ -67,7 +67,7 @@ class Ui_MainWindow(object):
self.statusbar = QtWidgets.QStatusBar(MainWindow)
self.statusbar.setObjectName("statusbar")
MainWindow.setStatusBar(self.statusbar)
self.menuBar = QtWidgets.QMenuBar(MainWindow)
self.menuBar = QtWidgets.QMenuBar()
self.menuBar.setGeometry(QtCore.QRect(0, 0, 774, 22))
self.menuBar.setObjectName("menuBar")
MainWindow.setMenuBar(self.menuBar)