mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-08-03 06:32:26 -04:00
Cleanup examples
This commit is contained in:
parent
684b909f43
commit
af7ae25ffc
@ -44,7 +44,7 @@ from os.path import abspath, dirname
|
|||||||
sys.path.insert(0, abspath(dirname(abspath(__file__)) + '/..'))
|
sys.path.insert(0, abspath(dirname(abspath(__file__)) + '/..'))
|
||||||
|
|
||||||
import qdarkstyle
|
import qdarkstyle
|
||||||
import example_pyqt_ui as example_ui
|
import ui.example_pyqt_ui as example_ui
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
@ -44,7 +44,7 @@ from os.path import abspath, dirname
|
|||||||
sys.path.insert(0, abspath(dirname(abspath(__file__)) + '/..'))
|
sys.path.insert(0, abspath(dirname(abspath(__file__)) + '/..'))
|
||||||
|
|
||||||
import qdarkstyle
|
import qdarkstyle
|
||||||
import example_pyqt5_ui as example_ui
|
import ui.example_pyqt5_ui as example_ui
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
@ -44,7 +44,7 @@ from os.path import abspath, dirname
|
|||||||
sys.path.insert(0, abspath(dirname(abspath(__file__)) + '/..'))
|
sys.path.insert(0, abspath(dirname(abspath(__file__)) + '/..'))
|
||||||
|
|
||||||
import qdarkstyle
|
import qdarkstyle
|
||||||
import example_pyside_ui as example_ui
|
import ui.example_pyside_ui as example_ui
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
3
example/ui/__init__.py
Normal file
3
example/ui/__init__.py
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
"""
|
||||||
|
This package contains the qt designer files and ui scripts.
|
||||||
|
"""
|
Loading…
x
Reference in New Issue
Block a user