The main window of the application. Also handles menu actions. More...
#include <mainwindow.h>
Public Slots | |
void | setDefault () |
Sets default values for gradient editor points. | |
Public Member Functions | |
MainWindow (QWidget *parent=0) | |
The default constructor. | |
~MainWindow () | |
Default destructor. |
The main window of the application. Also handles menu actions.
Definition at line 22 of file mainwindow.h.
MainWindow::MainWindow | ( | QWidget * | parent = 0 ) |
[explicit] |
The default constructor.
parent | the parent widget |
Definition at line 8 of file mainwindow.cpp.
MainWindow::~MainWindow | ( | ) |
Default destructor.
Definition at line 75 of file mainwindow.cpp.
void MainWindow::setDefault | ( | ) | [slot] |
Sets default values for gradient editor points.
Definition at line 84 of file mainwindow.cpp.