- Moved status bar code from the GUI to its own class for make GUI more readable

- Fix "Display current speed in title" feature
- Fix Up/Down speed labels update in status bar
This commit is contained in:
Christophe Dumez
2009-11-18 13:18:55 +00:00
parent c30ec7bb6e
commit 54d7c6dc54
4 changed files with 148 additions and 121 deletions

View File

@@ -194,7 +194,8 @@ HEADERS += GUI.h \
preferences.h \
geoip.h \
peeraddition.h \
deletionconfirmationdlg.h
deletionconfirmationdlg.h \
statusbar.h
FORMS += MainWindow.ui \
options.ui \
about.ui \