File tree 5 files changed +13
-28
lines changed
5 files changed +13
-28
lines changed Original file line number Diff line number Diff line change 470
470
<widget class =" QToolButton" name =" singlePageUncutBtn" >
471
471
<property name =" icon" >
472
472
<iconset resource =" ../resources/resources.qrc" >
473
- <normaloff >:/icons/single_page_uncut.svg</normaloff >
474
- <normalon >:/icons/single_page_uncut_selected.svg</normalon >:/icons/single_page_uncut.svg</iconset >
473
+ <normaloff >:/icons/single_page_uncut.svg</normaloff >:/icons/single_page_uncut.svg</iconset >
475
474
</property >
476
475
<property name =" iconSize" >
477
476
<size >
497
496
<widget class =" QToolButton" name =" pagePlusOffcutBtn" >
498
497
<property name =" icon" >
499
498
<iconset resource =" ../resources/resources.qrc" >
500
- <normaloff >:/icons/right_page_plus_offcut.svg</normaloff >
501
- <normalon >:/icons/right_page_plus_offcut_selected.svg</normalon >:/icons/right_page_plus_offcut.svg</iconset >
499
+ <normaloff >:/icons/right_page_plus_offcut.svg</normaloff >:/icons/right_page_plus_offcut.svg</iconset >
502
500
</property >
503
501
<property name =" iconSize" >
504
502
<size >
521
519
<widget class =" QToolButton" name =" twoPagesBtn" >
522
520
<property name =" icon" >
523
521
<iconset resource =" ../resources/resources.qrc" >
524
- <normaloff >:/icons/two_pages.svg</normaloff >
525
- <normalon >:/icons/two_pages_selected.svg</normalon >:/icons/two_pages.svg</iconset >
522
+ <normaloff >:/icons/two_pages.svg</normaloff >:/icons/two_pages.svg</iconset >
526
523
</property >
527
524
<property name =" iconSize" >
528
525
<size >
638
635
<rect >
639
636
<x >0</x >
640
637
<y >0</y >
641
- <width >637 </width >
642
- <height >442 </height >
638
+ <width >208 </width >
639
+ <height >116 </height >
643
640
</rect >
644
641
</property >
645
642
<layout class =" QGridLayout" name =" gridLayout_3" >
810
807
<rect >
811
808
<x >0</x >
812
809
<y >0</y >
813
- <width >637 </width >
814
- <height >442 </height >
810
+ <width >208 </width >
811
+ <height >314 </height >
815
812
</rect >
816
813
</property >
817
814
<layout class =" QGridLayout" name =" gridLayout_7" >
1117
1114
<rect >
1118
1115
<x >0</x >
1119
1116
<y >0</y >
1120
- <width >637 </width >
1121
- <height >442 </height >
1117
+ <width >406 </width >
1118
+ <height >237 </height >
1122
1119
</rect >
1123
1120
</property >
1124
1121
<layout class =" QGridLayout" name =" gridLayout_10" >
@@ -1876,7 +1873,7 @@ QToolButton:pressed {
1876
1873
<rect >
1877
1874
<x >0</x >
1878
1875
<y >0</y >
1879
- <width >620 </width >
1876
+ <width >615 </width >
1880
1877
<height >496</height >
1881
1878
</rect >
1882
1879
</property >
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ using namespace core;
15
15
NewOpenProjectPanel::NewOpenProjectPanel (QWidget* parent) : QWidget(parent) {
16
16
setupUi (this );
17
17
18
- recentProjectsGroup->setLayout (new QVBoxLayout);
19
18
newProjectLabel->setText (Utils::richTextForLink (newProjectLabel->text ()));
20
19
openProjectLabel->setText (Utils::richTextForLink (openProjectLabel->text ()));
21
20
Original file line number Diff line number Diff line change 51
51
<widget class =" QToolButton" name =" singlePageUncutBtn" >
52
52
<property name =" icon" >
53
53
<iconset resource =" ../../../resources/resources.qrc" >
54
- <normaloff >:/icons/single_page_uncut.svg</normaloff >
55
- <normalon >:/icons/single_page_uncut_selected.svg</normalon >:/icons/single_page_uncut.svg</iconset >
54
+ <normaloff >:/icons/single_page_uncut.svg</normaloff >:/icons/single_page_uncut.svg</iconset >
56
55
</property >
57
56
<property name =" iconSize" >
58
57
<size >
75
74
<widget class =" QToolButton" name =" pagePlusOffcutBtn" >
76
75
<property name =" icon" >
77
76
<iconset resource =" ../../../resources/resources.qrc" >
78
- <normaloff >:/icons/right_page_plus_offcut.svg</normaloff >
79
- <normalon >:/icons/right_page_plus_offcut_selected.svg</normalon >:/icons/right_page_plus_offcut.svg</iconset >
77
+ <normaloff >:/icons/right_page_plus_offcut.svg</normaloff >:/icons/right_page_plus_offcut.svg</iconset >
80
78
</property >
81
79
<property name =" iconSize" >
82
80
<size >
99
97
<widget class =" QToolButton" name =" twoPagesBtn" >
100
98
<property name =" icon" >
101
99
<iconset resource =" ../../../resources/resources.qrc" >
102
- <normaloff >:/icons/two_pages.svg</normaloff >
103
- <normalon >:/icons/two_pages_selected.svg</normalon >:/icons/two_pages.svg</iconset >
100
+ <normaloff >:/icons/two_pages.svg</normaloff >:/icons/two_pages.svg</iconset >
104
101
</property >
105
102
<property name =" iconSize" >
106
103
<size >
Original file line number Diff line number Diff line change @@ -432,10 +432,6 @@ QScrollBar::up-arrow:vertical {
432
432
image: url(:/dark_scheme/icons/scroll_bar_up_arrow.svg);
433
433
}
434
434
435
- QTabWidget > QWidget {
436
- qproperty-drawBase:0;
437
- }
438
-
439
435
QTabWidget::pane {
440
436
background-color: palette(window);
441
437
background-color: #424242;
Original file line number Diff line number Diff line change @@ -433,10 +433,6 @@ QScrollBar::up-arrow:vertical {
433
433
image: url(:/light_scheme/icons/scroll_bar_up_arrow.svg);
434
434
}
435
435
436
- QTabWidget > QWidget {
437
- qproperty-drawBase:0;
438
- }
439
-
440
436
QTabWidget::pane {
441
437
background-color: palette(window);
442
438
border: 1px solid #cccccc;
You can’t perform that action at this time.
0 commit comments