|
|
@ -146,7 +146,7 @@ int main(int argc, char *argv[]){ |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
QApplication app(argc, argv); |
|
|
|
QApplication app(argc, argv); |
|
|
|
useStyle(&app, settings.value("Preferences/General/Style", 0).toInt()); |
|
|
|
useStyle(&app, settings.value("Preferences/General/Style", 0).toInt()); |
|
|
|
app.setStyleSheet("QStatusBar::item { border: 0px solid black }; "); |
|
|
|
app.setStyleSheet("QStatusBar::item { border-width: 0; }"); |
|
|
|
QSplashScreen *splash = new QSplashScreen(QPixmap(QString::fromUtf8(":/Icons/splash.png"))); |
|
|
|
QSplashScreen *splash = new QSplashScreen(QPixmap(QString::fromUtf8(":/Icons/splash.png"))); |
|
|
|
splash->show(); |
|
|
|
splash->show(); |
|
|
|
// Open options file to read locale
|
|
|
|
// Open options file to read locale
|
|
|
|