- FEATURE: DHT is always ON (no longer used as fallback)

- FEATURE: The number of DHT nodes is displayed
    - COSMETIC: Transfer speed, ratio and DHT nodes are displayed in status bar
This commit is contained in:
Christophe Dumez 2008-07-10 20:19:28 +00:00
parent 0054a330fb
commit 77c97b5b43
12 changed files with 176 additions and 314 deletions

View file

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