![]() |
Miam-Player
0.8.0
A nice music player
|
The QuickStart class is used at startup to display a list of places where one can choose how to scan his harddrive. More...
#include <quickstart.h>
Public Slots | |
| void | insertFirstRow () |
| void | insertRow (const QFileInfo &fileInfo, int musicFileNumber) |
Public Member Functions | |
| QuickStart (QMainWindow *parent) | |
| virtual bool | eventFilter (QObject *, QEvent *e) override |
| void | searchMultimediaFiles () |
Public Member Functions inherited from Ui_QuickStart | |
| void | setupUi (QWidget *QuickStart) |
| void | retranslateUi (QWidget *QuickStart) |
Protected Member Functions | |
| virtual void | paintEvent (QPaintEvent *) override |
Additional Inherited Members | |
Public Attributes inherited from Ui_QuickStart | |
| QVBoxLayout * | verticalLayout |
| QGroupBox * | defaultFolderGroupBox |
| QVBoxLayout * | verticalLayout_2 |
| QTableWidget * | defaultFolderTableWidget |
| QDialogButtonBox * | defaultFolderApplyButton |
| QLabel * | orLabel |
| QGroupBox * | quickStartGroupBox |
| QVBoxLayout * | verticalLayout_5 |
| QTableWidget * | quickStartTableWidget |
| QLabel * | quickStartLabel |
| QDialogButtonBox * | quickStartApplyButton |
| QLabel * | otherwiseLabel |
| QCommandLinkButton * | commandLinkButtonLibrary |
| QSpacerItem * | verticalSpacer |
The QuickStart class is used at startup to display a list of places where one can choose how to scan his harddrive.
This class extends QWidget and offers to the user 3 differents ways to add filesystem path.
|
explicit |
|
overridevirtual |
|
slot |
Insert above other rows a new one with a Master checkbox to select/unselect all.
|
slot |
Insert a row with a checkbox with folder's name and the number of files in this folder.
|
overrideprotectedvirtual |
| void QuickStart::searchMultimediaFiles | ( | ) |
The first time the player is launched, this function will scan for multimedia files.