Add new Qt options

This commit is contained in:
wmayer 2012-05-27 13:01:13 +02:00
parent 8078b7e0a7
commit bfd64a98e8

View File

@ -1450,6 +1450,9 @@ void Application::ParseOptions(int ac, char ** av)
("hidden", "don't show the main window") ("hidden", "don't show the main window")
// this are to ignore for the window system (QApplication) // this are to ignore for the window system (QApplication)
("style", boost::program_options::value< string >(), "set the application GUI style") ("style", boost::program_options::value< string >(), "set the application GUI style")
("stylesheet", boost::program_options::value< string >(), "set the application stylesheet")
("session", boost::program_options::value< string >(), "restore the application from an earlier session")
("reverse", "set the application's layout direction from right to left")
("display", boost::program_options::value< string >(), "set the X-Server") ("display", boost::program_options::value< string >(), "set the X-Server")
("geometry ", boost::program_options::value< string >(), "set the X-Window geometry") ("geometry ", boost::program_options::value< string >(), "set the X-Window geometry")
("font", boost::program_options::value< string >(), "set the X-Window font") ("font", boost::program_options::value< string >(), "set the X-Window font")