Skip to content

Commit 529d94e

Browse files
committed
qtplasmac: update stylesheet to handle filemanger listview
1 parent 7ee24ff commit 529d94e

3 files changed

Lines changed: 28 additions & 1 deletion

File tree

share/qtvcp/screens/qtplasmac/qtplasmac.style

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,21 @@ QHeaderView::section {
584584
color: backgnd;
585585
background-color: foregnd }
586586

587+
#filemanager QListView {
588+
border: 1px solid foregnd;
589+
border-radius: 4px;
590+
font: 11pt 'DejaVuSans';
591+
alternate-background-color: backalt;
592+
padding: 2px }
593+
594+
#filemanager QListView::item:selected:active {
595+
color: backgnd;
596+
background-color: foregnd }
597+
598+
#filemanager QListView::item:selected:!active {
599+
color: backgnd;
600+
background-color: foregnd }
601+
587602
#filemanager QComboBox {
588603
height: 40px;
589604
padding-right: 6px}
@@ -685,6 +700,12 @@ QScrollBar::add-line:vertical {
685700
QScrollBar::sub-line:vertical {
686701
height: 0px }
687702

703+
QListView QScrollBar:vertical {
704+
margin-left: 1px }
705+
706+
QListView QScrollBar:horizontal {
707+
margin-top: 1px }
708+
688709
/****** MENU ************/
689710
QMenu {
690711
font: 11pt;

share/qtvcp/screens/qtplasmac/qtplasmac_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = '1.235.269'
1+
VERSION = '1.235.270'
22

33
'''
44
qtplasmac_handler.py

share/qtvcp/screens/qtplasmac/versions.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ <h2>QtPlasmaC Version History</h2>
3030
</table>
3131
<br>
3232
<!--- ****** ADD NEXT VERSION BELOW THIS LINE ****** --->
33+
<br><b><u>v1.235.270 2023 Mar 25</u></b>
34+
<ul style="margin:0;">
35+
<li>update stylesheet to handle filemanager listview</li>
36+
</ul>
37+
<i>Changes submitted by snowgoer540 (Greg Carl)</i><br>
38+
3339
<br><b><u>v1.235.269 2023 Mar 24</u></b>
3440
<ul style="margin:0;">
3541
<li>remove blank file props workaround</li>

0 commit comments

Comments
 (0)