NEW: refreshing example

This commit is contained in:
Daniel Pizetta
2018-10-24 15:35:49 -03:00
parent 74f68b9c39
commit da7dad84aa
28 changed files with 112 additions and 27 deletions
+5
View File
@@ -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())