Merge branch 'nuitka'
This commit is contained in:
@@ -7,13 +7,13 @@ from enum import IntEnum
|
||||
from scanVars import run_scan
|
||||
from generateVars import run_generate
|
||||
|
||||
from PySide6.QtWidgets import (
|
||||
from PySide2.QtWidgets import (
|
||||
QApplication, QWidget, QTableWidget, QTableWidgetItem,
|
||||
QCheckBox, QComboBox, QLineEdit, QVBoxLayout, QHBoxLayout, QPushButton,
|
||||
QCompleter, QAbstractItemView, QLabel, QMessageBox, QFileDialog, QTextEdit
|
||||
)
|
||||
from PySide6.QtGui import QTextCursor
|
||||
from PySide6.QtCore import Qt, QProcess
|
||||
from PySide2.QtGui import QTextCursor
|
||||
from PySide2.QtCore import Qt, QProcess
|
||||
|
||||
class rows(IntEnum):
|
||||
include = 0
|
||||
@@ -576,6 +576,6 @@ if __name__ == "__main__":
|
||||
editor.resize(900, 600)
|
||||
editor.show()
|
||||
|
||||
sys.exit(app.exec())
|
||||
sys.exit(app.exec_())
|
||||
|
||||
|
||||
BIN
DebugVarEdit.exe
BIN
DebugVarEdit.exe
Binary file not shown.
BIN
DebugVarEdit/DebugVarEdit.exe
Normal file
BIN
DebugVarEdit/DebugVarEdit.exe
Normal file
Binary file not shown.
BIN
DebugVarEdit/MSVCP140.dll
Normal file
BIN
DebugVarEdit/MSVCP140.dll
Normal file
Binary file not shown.
BIN
DebugVarEdit/MSVCP140_1.dll
Normal file
BIN
DebugVarEdit/MSVCP140_1.dll
Normal file
Binary file not shown.
BIN
DebugVarEdit/PySide2/QtCore.pyd
Normal file
BIN
DebugVarEdit/PySide2/QtCore.pyd
Normal file
Binary file not shown.
BIN
DebugVarEdit/PySide2/QtGui.pyd
Normal file
BIN
DebugVarEdit/PySide2/QtGui.pyd
Normal file
Binary file not shown.
BIN
DebugVarEdit/PySide2/QtNetwork.pyd
Normal file
BIN
DebugVarEdit/PySide2/QtNetwork.pyd
Normal file
Binary file not shown.
BIN
DebugVarEdit/PySide2/QtWidgets.pyd
Normal file
BIN
DebugVarEdit/PySide2/QtWidgets.pyd
Normal file
Binary file not shown.
BIN
DebugVarEdit/PySide2/plugins/bearer/qgenericbearer.dll
Normal file
BIN
DebugVarEdit/PySide2/plugins/bearer/qgenericbearer.dll
Normal file
Binary file not shown.
BIN
DebugVarEdit/PySide2/plugins/iconengines/qsvgicon.dll
Normal file
BIN
DebugVarEdit/PySide2/plugins/iconengines/qsvgicon.dll
Normal file
Binary file not shown.
BIN
DebugVarEdit/PySide2/plugins/imageformats/qgif.dll
Normal file
BIN
DebugVarEdit/PySide2/plugins/imageformats/qgif.dll
Normal file
Binary file not shown.
BIN
DebugVarEdit/PySide2/plugins/imageformats/qicns.dll
Normal file
BIN
DebugVarEdit/PySide2/plugins/imageformats/qicns.dll
Normal file
Binary file not shown.
BIN
DebugVarEdit/PySide2/plugins/imageformats/qico.dll
Normal file
BIN
DebugVarEdit/PySide2/plugins/imageformats/qico.dll
Normal file
Binary file not shown.
BIN
DebugVarEdit/PySide2/plugins/imageformats/qjpeg.dll
Normal file
BIN
DebugVarEdit/PySide2/plugins/imageformats/qjpeg.dll
Normal file
Binary file not shown.
BIN
DebugVarEdit/PySide2/plugins/imageformats/qpdf.dll
Normal file
BIN
DebugVarEdit/PySide2/plugins/imageformats/qpdf.dll
Normal file
Binary file not shown.
BIN
DebugVarEdit/PySide2/plugins/imageformats/qsvg.dll
Normal file
BIN
DebugVarEdit/PySide2/plugins/imageformats/qsvg.dll
Normal file
Binary file not shown.
BIN
DebugVarEdit/PySide2/plugins/imageformats/qtga.dll
Normal file
BIN
DebugVarEdit/PySide2/plugins/imageformats/qtga.dll
Normal file
Binary file not shown.
BIN
DebugVarEdit/PySide2/plugins/imageformats/qtiff.dll
Normal file
BIN
DebugVarEdit/PySide2/plugins/imageformats/qtiff.dll
Normal file
Binary file not shown.
BIN
DebugVarEdit/PySide2/plugins/imageformats/qwbmp.dll
Normal file
BIN
DebugVarEdit/PySide2/plugins/imageformats/qwbmp.dll
Normal file
Binary file not shown.
BIN
DebugVarEdit/PySide2/plugins/imageformats/qwebp.dll
Normal file
BIN
DebugVarEdit/PySide2/plugins/imageformats/qwebp.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
DebugVarEdit/PySide2/plugins/platforms/qdirect2d.dll
Normal file
BIN
DebugVarEdit/PySide2/plugins/platforms/qdirect2d.dll
Normal file
Binary file not shown.
BIN
DebugVarEdit/PySide2/plugins/platforms/qminimal.dll
Normal file
BIN
DebugVarEdit/PySide2/plugins/platforms/qminimal.dll
Normal file
Binary file not shown.
BIN
DebugVarEdit/PySide2/plugins/platforms/qoffscreen.dll
Normal file
BIN
DebugVarEdit/PySide2/plugins/platforms/qoffscreen.dll
Normal file
Binary file not shown.
BIN
DebugVarEdit/PySide2/plugins/platforms/qwebgl.dll
Normal file
BIN
DebugVarEdit/PySide2/plugins/platforms/qwebgl.dll
Normal file
Binary file not shown.
BIN
DebugVarEdit/PySide2/plugins/platforms/qwindows.dll
Normal file
BIN
DebugVarEdit/PySide2/plugins/platforms/qwindows.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
DebugVarEdit/PySide2/plugins/styles/qwindowsvistastyle.dll
Normal file
BIN
DebugVarEdit/PySide2/plugins/styles/qwindowsvistastyle.dll
Normal file
Binary file not shown.
2
DebugVarEdit/PySide2/qt.conf
Normal file
2
DebugVarEdit/PySide2/qt.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
[Paths]
|
||||
Prefix = .
|
||||
BIN
DebugVarEdit/PySide2/translations/qtbase_ar.qm
Normal file
BIN
DebugVarEdit/PySide2/translations/qtbase_ar.qm
Normal file
Binary file not shown.
BIN
DebugVarEdit/PySide2/translations/qtbase_bg.qm
Normal file
BIN
DebugVarEdit/PySide2/translations/qtbase_bg.qm
Normal file
Binary file not shown.
BIN
DebugVarEdit/PySide2/translations/qtbase_ca.qm
Normal file
BIN
DebugVarEdit/PySide2/translations/qtbase_ca.qm
Normal file
Binary file not shown.
BIN
DebugVarEdit/PySide2/translations/qtbase_cs.qm
Normal file
BIN
DebugVarEdit/PySide2/translations/qtbase_cs.qm
Normal file
Binary file not shown.
BIN
DebugVarEdit/PySide2/translations/qtbase_da.qm
Normal file
BIN
DebugVarEdit/PySide2/translations/qtbase_da.qm
Normal file
Binary file not shown.
BIN
DebugVarEdit/PySide2/translations/qtbase_de.qm
Normal file
BIN
DebugVarEdit/PySide2/translations/qtbase_de.qm
Normal file
Binary file not shown.
1
DebugVarEdit/PySide2/translations/qtbase_en.qm
Normal file
1
DebugVarEdit/PySide2/translations/qtbase_en.qm
Normal file
@@ -0,0 +1 @@
|
||||
<クdハ<>箆!ソ`。スン
|
||||
BIN
DebugVarEdit/PySide2/translations/qtbase_es.qm
Normal file
BIN
DebugVarEdit/PySide2/translations/qtbase_es.qm
Normal file
Binary file not shown.
BIN
DebugVarEdit/PySide2/translations/qtbase_fi.qm
Normal file
BIN
DebugVarEdit/PySide2/translations/qtbase_fi.qm
Normal file
Binary file not shown.
BIN
DebugVarEdit/PySide2/translations/qtbase_fr.qm
Normal file
BIN
DebugVarEdit/PySide2/translations/qtbase_fr.qm
Normal file
Binary file not shown.
BIN
DebugVarEdit/PySide2/translations/qtbase_gd.qm
Normal file
BIN
DebugVarEdit/PySide2/translations/qtbase_gd.qm
Normal file
Binary file not shown.
BIN
DebugVarEdit/PySide2/translations/qtbase_he.qm
Normal file
BIN
DebugVarEdit/PySide2/translations/qtbase_he.qm
Normal file
Binary file not shown.
BIN
DebugVarEdit/PySide2/translations/qtbase_hu.qm
Normal file
BIN
DebugVarEdit/PySide2/translations/qtbase_hu.qm
Normal file
Binary file not shown.
BIN
DebugVarEdit/PySide2/translations/qtbase_it.qm
Normal file
BIN
DebugVarEdit/PySide2/translations/qtbase_it.qm
Normal file
Binary file not shown.
BIN
DebugVarEdit/PySide2/translations/qtbase_ja.qm
Normal file
BIN
DebugVarEdit/PySide2/translations/qtbase_ja.qm
Normal file
Binary file not shown.
BIN
DebugVarEdit/PySide2/translations/qtbase_ko.qm
Normal file
BIN
DebugVarEdit/PySide2/translations/qtbase_ko.qm
Normal file
Binary file not shown.
BIN
DebugVarEdit/PySide2/translations/qtbase_lv.qm
Normal file
BIN
DebugVarEdit/PySide2/translations/qtbase_lv.qm
Normal file
Binary file not shown.
BIN
DebugVarEdit/PySide2/translations/qtbase_pl.qm
Normal file
BIN
DebugVarEdit/PySide2/translations/qtbase_pl.qm
Normal file
Binary file not shown.
BIN
DebugVarEdit/PySide2/translations/qtbase_ru.qm
Normal file
BIN
DebugVarEdit/PySide2/translations/qtbase_ru.qm
Normal file
Binary file not shown.
BIN
DebugVarEdit/PySide2/translations/qtbase_sk.qm
Normal file
BIN
DebugVarEdit/PySide2/translations/qtbase_sk.qm
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user