ui: Added sorting feature to error table columns (issue #559)

This commit is contained in:
Eberhard Graether
2018-03-16 20:19:25 +01:00
parent 6acfe0688f
commit 1450f3cd94
7 changed files with 26 additions and 16 deletions
+8 -2
View File
@@ -8,8 +8,6 @@ QTabBar::tab {
padding: 12px 75px 5px 12px;
border: 0px;
border-bottom: 4px solid <color:tab/background>;
/*font-size: <setting:font_size>px;*/
/*font-weight: bold;*/
}
QTabBar::tab:hover {
@@ -60,6 +58,14 @@ QHeaderView {
background-color: transparent;
}
QHeaderView::up-arrow {
image: url(<setting:gui_path>tabbed_view/arrow_up.png);
}
QHeaderView::down-arrow {
image: url(<setting:gui_path>tabbed_view/arrow_down.png);
}
QHeaderView::section:horizontal {
background-color: transparent;
border: none;