mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-04 16:31:17 -05: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__)) + '/..'))
|
||||
|
||||
import qdarkstyle
|
||||
import example_pyqt_ui as example_ui
|
||||
import ui.example_pyqt_ui as example_ui
|
||||
|
||||
|
||||
def main():
|
||||
|
@ -44,7 +44,7 @@ from os.path import abspath, dirname
|
||||
sys.path.insert(0, abspath(dirname(abspath(__file__)) + '/..'))
|
||||
|
||||
import qdarkstyle
|
||||
import example_pyqt5_ui as example_ui
|
||||
import ui.example_pyqt5_ui as example_ui
|
||||
|
||||
|
||||
def main():
|
||||
|
@ -44,7 +44,7 @@ from os.path import abspath, dirname
|
||||
sys.path.insert(0, abspath(dirname(abspath(__file__)) + '/..'))
|
||||
|
||||
import qdarkstyle
|
||||
import example_pyside_ui as example_ui
|
||||
import ui.example_pyside_ui as example_ui
|
||||
|
||||
|
||||
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…
Reference in New Issue
Block a user