Browse Source

missing docs

master
Nils 3 years ago
parent
commit
cade2f1f2e
  1. 2
      engine/config.py
  2. 24
      qtgui/resources.py

2
engine/config.py

@ -24,7 +24,7 @@ METADATA={
"tagline" : 'Minimalistic MIDI sequencer. One input, one output, one piano roll with multiple layers.',
"version" : "1.2.2",
"year" : "2020",
"year" : "2021",
"author" : "Laborejo Software Suite",
"url" : "https://www.laborejo.org/vico",

24
qtgui/resources.py

@ -2,7 +2,7 @@
# Resource object code
#
# Created by: The Resource Compiler for PyQt5 (Qt v5.15.0)
# Created by: The Resource Compiler for PyQt5 (Qt v5.15.2)
#
# WARNING! All changes made in this file will be lost!
@ -1370,14 +1370,14 @@ qt_resource_name = b"\
\x0b\x0f\xc0\xa7\
\x00\x61\
\x00\x62\x00\x6f\x00\x75\x00\x74\x00\x6c\x00\x6f\x00\x67\x00\x6f\x00\x2e\x00\x70\x00\x6e\x00\x67\
\x00\x0c\
\x0d\xfc\x11\x13\
\x00\x74\
\x00\x72\x00\x61\x00\x6e\x00\x73\x00\x6c\x00\x61\x00\x74\x00\x69\x00\x6f\x00\x6e\x00\x73\
\x00\x0b\
\x0a\xb8\x4e\xa7\
\x00\x66\
\x00\x61\x00\x76\x00\x69\x00\x63\x00\x6f\x00\x6e\x00\x2e\x00\x70\x00\x6e\x00\x67\
\x00\x0c\
\x0d\xfc\x11\x13\
\x00\x74\
\x00\x72\x00\x61\x00\x6e\x00\x73\x00\x6c\x00\x61\x00\x74\x00\x69\x00\x6f\x00\x6e\x00\x73\
\x00\x05\
\x00\x6a\x85\x7d\
\x00\x64\
@ -1386,23 +1386,23 @@ qt_resource_name = b"\
qt_resource_struct_v1 = b"\
\x00\x00\x00\x00\x00\x02\x00\x00\x00\x03\x00\x00\x00\x01\
\x00\x00\x00\x3e\x00\x00\x00\x00\x00\x01\x00\x00\x15\x6d\
\x00\x00\x00\x20\x00\x00\x00\x00\x00\x01\x00\x00\x15\x6d\
\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\
\x00\x00\x00\x20\x00\x02\x00\x00\x00\x01\x00\x00\x00\x04\
\x00\x00\x00\x3c\x00\x02\x00\x00\x00\x01\x00\x00\x00\x04\
\x00\x00\x00\x5a\x00\x00\x00\x00\x00\x01\x00\x00\x18\x91\
"
qt_resource_struct_v2 = b"\
\x00\x00\x00\x00\x00\x02\x00\x00\x00\x03\x00\x00\x00\x01\
\x00\x00\x00\x00\x00\x00\x00\x00\
\x00\x00\x00\x3e\x00\x00\x00\x00\x00\x01\x00\x00\x15\x6d\
\x00\x00\x01\x72\xce\x17\xcb\x9c\
\x00\x00\x00\x20\x00\x00\x00\x00\x00\x01\x00\x00\x15\x6d\
\x00\x00\x01\x77\x02\x6d\xb1\x77\
\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\
\x00\x00\x01\x72\xce\x17\xcb\x9c\
\x00\x00\x00\x20\x00\x02\x00\x00\x00\x01\x00\x00\x00\x04\
\x00\x00\x01\x77\x02\x6d\xb1\x77\
\x00\x00\x00\x3c\x00\x02\x00\x00\x00\x01\x00\x00\x00\x04\
\x00\x00\x00\x00\x00\x00\x00\x00\
\x00\x00\x00\x5a\x00\x00\x00\x00\x00\x01\x00\x00\x18\x91\
\x00\x00\x01\x72\xce\x17\xcb\x9f\
\x00\x00\x01\x77\x02\x6d\xb1\x77\
"
qt_version = [int(v) for v in QtCore.qVersion().split('.')]

Loading…
Cancel
Save