From aa0cdc4493c0f0435a64cfa8cee010c7659dc8fa Mon Sep 17 00:00:00 2001 From: Arno Date: Thu, 10 Nov 2016 18:10:30 +0100 Subject: Add Random file browser Idea: Select random movies based on a selection of genres and actors in a new tab, so you don't have the agony of choice. This is just the basic layout. The selectors are filled and the buttons are connected, but it doesn't select anything yet. --- shemov.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'shemov.pro') diff --git a/shemov.pro b/shemov.pro index b03aff6..435df21 100644 --- a/shemov.pro +++ b/shemov.pro @@ -46,7 +46,8 @@ SOURCES = main.cpp \ archivebrowsermodel.cpp \ unpacker.cpp \ searchdialog.cpp \ - copyworker.cpp + copyworker.cpp \ + randomtab.cpp HEADERS = \ filesystemdirproxy.h \ filesystemwidget.h \ @@ -87,7 +88,8 @@ HEADERS = \ archivebrowsermodel.h \ unpacker.h \ searchdialog.h \ - copyworker.h + copyworker.h \ + randomtab.h LIBS += -lmagic -lXfixes -lX11 -lMagick++-6.Q16HDRI INCLUDEPATH += /usr/include/ImageMagick-6/ RESOURCES = shemov.qrc -- cgit v1.2.3-70-g09d2