diff options
author | Arno <arno@disconnect.de> | 2016-08-20 17:04:58 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2016-08-20 17:04:58 +0200 |
commit | 96c798d4e9ca91cade25aa6d38176714979685bc (patch) | |
tree | 0a9293bd203e68faeb28e668fe5e8ab32ec5c1b5 /ShemovCleaner.pro | |
parent | ddd1616f5c310c94214e0ba2629f174c4cf768f3 (diff) | |
download | ShemovCleaner-96c798d4e9ca91cade25aa6d38176714979685bc.tar.gz ShemovCleaner-96c798d4e9ca91cade25aa6d38176714979685bc.tar.bz2 ShemovCleaner-96c798d4e9ca91cade25aa6d38176714979685bc.zip |
Revamped ShemovCleaner to a QTabWidget
It's a rather large commit. After renaming ShemovCleaner to
TorrentWidget, I had to recreate ShemovCleaner as MainWindow with a
single Tab.
Then I created QActions for everything, including a QToolBar, a QMenu
and a contetext Menu. For that the button bar at the bottom had to go.
Oh, and I added some icons for the actions!
Diffstat (limited to 'ShemovCleaner.pro')
-rw-r--r-- | ShemovCleaner.pro | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/ShemovCleaner.pro b/ShemovCleaner.pro index 57893bb..4efb591 100644 --- a/ShemovCleaner.pro +++ b/ShemovCleaner.pro @@ -15,15 +15,18 @@ TEMPLATE = app SOURCES += main.cpp\ - shemovcleaner.cpp \ filesorter.cpp \ torrentparser.cpp \ - torrentdisplay.cpp + torrentdisplay.cpp \ + torrentwidget.cpp \ + shemovcleaner.cpp -HEADERS += shemovcleaner.h \ +HEADERS += \ filesorter.h \ torrentparser.h \ - torrentdisplay.h + torrentdisplay.h \ + torrentwidget.h \ + shemovcleaner.h DISTFILES += |