2018-08-13 Fred Gleason <fredg@paravelsystems.com>

* Added code to force the 'Plastique' GUI style.
This commit is contained in:
Fred Gleason
2018-08-13 19:22:24 -04:00
parent ce323b471d
commit c588b4950a
23 changed files with 72 additions and 39 deletions

View File

@@ -281,8 +281,8 @@ QString MainWidget::WrapText(QWidget *w,const QString &text)
int main(int argc,char *argv[])
{
QApplication::setStyle(RD_GUI_STYLE);
QApplication a(argc,argv);
QApplication::setStyle(new QWindowsStyle);
//
// Load Translations