ui: made icon buttons self updating on color scheme change

* fixed hatching not replaced in single file view title bar on color scheme change
This commit is contained in:
Eberhard Graether
2018-03-19 22:44:45 +01:00
parent 66ac70850b
commit 166d82b44f
41 changed files with 386 additions and 505 deletions
+6 -4
View File
@@ -17,6 +17,7 @@
class QLabel;
class QPushButton;
class QtSearchBarButton;
class SourceLocationCollection;
class SourceLocationFile;
@@ -187,11 +188,12 @@ private:
int m_value;
QPushButton* m_listButton;
QPushButton* m_fileButton;
QtSearchBarButton* m_listButton;
QtSearchBarButton* m_fileButton;
QLabel* m_refLabel;
QPushButton* m_prevButton;
QPushButton* m_nextButton;
QtSearchBarButton* m_prevButton;
QtSearchBarButton* m_nextButton;
QFrame* m_separatorLine;
std::vector<Reference> m_references;