command line argument - path to profile - added. windows qcombobox color fix
This commit is contained in:
parent
89be47dc72
commit
2b8da1deb4
4 changed files with 63 additions and 52 deletions
|
|
@ -27,14 +27,15 @@ def convert_time(t):
|
|||
return '%02d:%02d' % (h, m)
|
||||
|
||||
|
||||
# obsolete
|
||||
def get_style(style):
|
||||
if style != 'default':
|
||||
return style
|
||||
else:
|
||||
if system() == 'Linux':
|
||||
return 'gtk'
|
||||
elif system() == 'Windows':
|
||||
if system() == 'Windows':
|
||||
return 'windows'
|
||||
else:
|
||||
return 'gtk'
|
||||
|
||||
|
||||
class Singleton(object):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue