Skip to content

Commit a1ea671

Browse files
committed
Capitalize Details
1 parent d5e69d9 commit a1ea671

File tree

2 files changed

+7
-58
lines changed

2 files changed

+7
-58
lines changed

gui/mainwindow.ui

Lines changed: 6 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<item>
6565
<layout class="QHBoxLayout" name="mLayoutInformation">
6666
<property name="sizeConstraint">
67-
<enum>QLayout::SetDefaultConstraint</enum>
67+
<enum>QLayout::SizeConstraint::SetDefaultConstraint</enum>
6868
</property>
6969
<item>
7070
<widget class="QLabel" name="mLabelInformation">
@@ -84,13 +84,13 @@
8484
<string>Checking for updates</string>
8585
</property>
8686
<property name="textFormat">
87-
<enum>Qt::RichText</enum>
87+
<enum>Qt::TextFormat::RichText</enum>
8888
</property>
8989
<property name="openExternalLinks">
9090
<bool>true</bool>
9191
</property>
9292
<property name="textInteractionFlags">
93-
<set>Qt::TextBrowserInteraction</set>
93+
<set>Qt::TextInteractionFlag::TextBrowserInteraction</set>
9494
</property>
9595
</widget>
9696
</item>
@@ -104,7 +104,7 @@
104104
<item>
105105
<spacer name="horizontalSpacer">
106106
<property name="orientation">
107-
<enum>Qt::Horizontal</enum>
107+
<enum>Qt::Orientation::Horizontal</enum>
108108
</property>
109109
<property name="sizeHint" stdset="0">
110110
<size>
@@ -124,7 +124,7 @@
124124
<x>0</x>
125125
<y>0</y>
126126
<width>640</width>
127-
<height>22</height>
127+
<height>21</height>
128128
</rect>
129129
</property>
130130
<widget class="QMenu" name="mMenuFile">
@@ -218,8 +218,6 @@
218218
<addaction name="mActionCpp14"/>
219219
<addaction name="mActionCpp17"/>
220220
<addaction name="mActionCpp20"/>
221-
<!--addaction name="mActionCpp23"/-->
222-
<!--addaction name="mActionCpp26"/-->
223221
</widget>
224222
<widget class="QMenu" name="menuC_standard">
225223
<property name="title">
@@ -228,9 +226,6 @@
228226
<addaction name="mActionC89"/>
229227
<addaction name="mActionC99"/>
230228
<addaction name="mActionC11"/>
231-
<!--addaction name="mActionC17"/-->
232-
<!--addaction name="mActionC23"/-->
233-
<!--addaction name="mActionC2Y"/-->
234229
</widget>
235230
<addaction name="mActionAnalyzeFiles"/>
236231
<addaction name="mActionAnalyzeDirectory"/>
@@ -814,30 +809,6 @@
814809
<string>C&amp;11</string>
815810
</property>
816811
</action>
817-
<!--action name="mActionC17">
818-
<property name="checkable">
819-
<bool>true</bool>
820-
</property>
821-
<property name="text">
822-
<string>C&amp;17</string>
823-
</property>
824-
</action-->
825-
<!--action name="mActionC23">
826-
<property name="checkable">
827-
<bool>true</bool>
828-
</property>
829-
<property name="text">
830-
<string>C&amp;23</string>
831-
</property>
832-
</action-->
833-
<!--action name="mActionC2Y">
834-
<property name="checkable">
835-
<bool>true</bool>
836-
</property>
837-
<property name="text">
838-
<string>C&amp;2y</string>
839-
</property>
840-
</action-->
841812
<action name="mActionC89">
842813
<property name="checkable">
843814
<bool>true</bool>
@@ -948,28 +919,6 @@
948919
<string>C++20</string>
949920
</property>
950921
</action>
951-
<!--action name="mActionCpp23">
952-
<property name="checkable">
953-
<bool>true</bool>
954-
</property>
955-
<property name="checked">
956-
<bool>true</bool>
957-
</property>
958-
<property name="text">
959-
<string>C++23</string>
960-
</property>
961-
</action-->
962-
<!--action name="mActionCpp26">
963-
<property name="checkable">
964-
<bool>true</bool>
965-
</property>
966-
<property name="checked">
967-
<bool>true</bool>
968-
</property>
969-
<property name="text">
970-
<string>C++26</string>
971-
</property>
972-
</action-->
973922
<action name="mActionComplianceReport">
974923
<property name="text">
975924
<string>Compliance report...</string>
@@ -1043,7 +992,7 @@
1043992
</action>
1044993
<action name="mActionShowThreadDetails">
1045994
<property name="text">
1046-
<string>Thread details</string>
995+
<string>Thread Details</string>
1047996
</property>
1048997
<property name="toolTip">
1049998
<string>Show thread details</string>

gui/threaddetails.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</rect>
1212
</property>
1313
<property name="windowTitle">
14-
<string>Thread details</string>
14+
<string>Thread Details</string>
1515
</property>
1616
<layout class="QVBoxLayout" name="verticalLayout">
1717
<item>

0 commit comments

Comments
 (0)