ui: usability improvements

* darkened red of error message in status bar
* added status error when not defined startupproject
* added tooltips for remaining search view buttons
* added filepath as tooptip for title in code view
* opening file when clicking title in code view
This commit is contained in:
Eberhard Graether
2015-05-03 00:52:04 +02:00
parent aa0c40b213
commit 7231ae36f6
9 changed files with 62 additions and 20 deletions
+1
View File
@@ -36,6 +36,7 @@ QtSearchBar::QtSearchBar()
m_searchButton = new QPushButton(this);
m_searchButton->setObjectName("search_button");
m_searchButton->setToolTip("search");
m_searchButton->setAttribute(Qt::WA_LayoutUsesWidgetRect); // fixes layouting on Mac
m_searchButton->setIcon(QIcon("data/gui/search_view/images/search.png"));
layout->addWidget(m_searchButton);