From 9cb78ede183571984e8b47ac912f7121fb83c975 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 5 May 2014 14:10:56 +0200 Subject: Fix layout, give proper name to bug report button, disable button as long as it's not doing anything, add --fullscreen option --- src/dialog.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/dialog.cpp') diff --git a/src/dialog.cpp b/src/dialog.cpp index 6d42491..be8d976 100644 --- a/src/dialog.cpp +++ b/src/dialog.cpp @@ -53,6 +53,9 @@ Dialog::Dialog(QWidget *parent) this, SLOT(treeView_selectionChanged(const QModelIndex&, const QModelIndex&))); this->onTabButtonChanged(2); + + // TODO: Implement bug report dialog :) + ui->buttonBugReport->setEnabled(false); } Dialog::~Dialog() { -- cgit v1.2.3-55-g7522