ui: Added sorting feature to error table columns (issue #559)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user