From 96c798d4e9ca91cade25aa6d38176714979685bc Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 20 Aug 2016 17:04:58 +0200 Subject: 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! --- main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp index 685fd82..005af7f 100644 --- a/main.cpp +++ b/main.cpp @@ -1,6 +1,7 @@ -#include "shemovcleaner.h" #include +#include "shemovcleaner.h" + int main(int argc, char *argv[]){ QApplication a(argc, argv); QCoreApplication::setOrganizationName("Sissie's, Inc."); -- cgit v1.2.3-70-g09d2