Adds function to generate context menu with available contents.

Refactors some auto-keywords to its real class names.
Paints drop location based on cursors drop area indicator.
Waits a few pixel before moving tab from SectionWidget.
This commit is contained in:
mfreiholz
2016-02-02 13:49:10 +01:00
parent 1336118e09
commit 19b5f57610
9 changed files with 117 additions and 59 deletions

View File

@@ -57,6 +57,7 @@ MainWindow::MainWindow(QWidget *parent) :
{
ui->setupUi(this);
ui->mainToolBar->hide();
ui->statusBar->hide();
QObject::connect(ui->actionAddSectionContent, &QAction::triggered, this, &MainWindow::onActionAddSectionContentTriggered);
// CREATE SOME TESTING DOCKS