kindle manager
This commit is contained in:
4
cui
4
cui
@@ -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
1
cui.win.bat
Normal file → Executable file
@@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
pyside2-uic mainwindow.ui -o mainwindow.py
|
pyside2-uic mainwindow.ui -o mainwindow.py
|
||||||
pyside2-rcc kmanapp.qrc -o kmanapp_rc.py
|
pyside2-rcc kmanapp.qrc -o kmanapp_rc.py
|
||||||
cp -fr *py *md *ico *qrc *ui ~/penv/kman/
|
cp -fr *py *md *ico *qrc *ui ~/penv/kman/
|
||||||
|
|||||||
69866
kmanapp_rc.py
69866
kmanapp_rc.py
File diff suppressed because it is too large
Load Diff
@@ -3,7 +3,7 @@
|
|||||||
# Form implementation generated from reading ui file 'mainwindow.ui',
|
# Form implementation generated from reading ui file 'mainwindow.ui',
|
||||||
# licensing of 'mainwindow.ui' applies.
|
# 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
|
# by: pyside2-uic running on PySide2 5.12.6
|
||||||
#
|
#
|
||||||
# WARNING! All changes made in this file will be lost!
|
# 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 = QtWidgets.QStatusBar(MainWindow)
|
||||||
self.statusbar.setObjectName("statusbar")
|
self.statusbar.setObjectName("statusbar")
|
||||||
MainWindow.setStatusBar(self.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.setGeometry(QtCore.QRect(0, 0, 774, 22))
|
||||||
self.menuBar.setObjectName("menuBar")
|
self.menuBar.setObjectName("menuBar")
|
||||||
MainWindow.setMenuBar(self.menuBar)
|
MainWindow.setMenuBar(self.menuBar)
|
||||||
|
|||||||
Reference in New Issue
Block a user