mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-29 23:13:24 -04:00
NEW: refreshing example
This commit is contained in:
@@ -41,6 +41,7 @@ problems.
|
||||
import logging
|
||||
import sys
|
||||
import argparse
|
||||
import importlib.util
|
||||
|
||||
# make the example runnable without the need to install
|
||||
from os.path import abspath, dirname
|
||||
@@ -273,6 +274,10 @@ def main():
|
||||
app.exec_()
|
||||
write_settings(window)
|
||||
|
||||
def help(self):
|
||||
"""Pop up help information."""
|
||||
info = qdarkstyle.get_info()
|
||||
str_info = '\n'.join(info)
|
||||
|
||||
if __name__ == "__main__":
|
||||
sys.exit(main())
|
||||
|
||||
Reference in New Issue
Block a user