|
64 | 64 | <item> |
65 | 65 | <layout class="QHBoxLayout" name="mLayoutInformation"> |
66 | 66 | <property name="sizeConstraint"> |
67 | | - <enum>QLayout::SetDefaultConstraint</enum> |
| 67 | + <enum>QLayout::SizeConstraint::SetDefaultConstraint</enum> |
68 | 68 | </property> |
69 | 69 | <item> |
70 | 70 | <widget class="QLabel" name="mLabelInformation"> |
|
84 | 84 | <string>Checking for updates</string> |
85 | 85 | </property> |
86 | 86 | <property name="textFormat"> |
87 | | - <enum>Qt::RichText</enum> |
| 87 | + <enum>Qt::TextFormat::RichText</enum> |
88 | 88 | </property> |
89 | 89 | <property name="openExternalLinks"> |
90 | 90 | <bool>true</bool> |
91 | 91 | </property> |
92 | 92 | <property name="textInteractionFlags"> |
93 | | - <set>Qt::TextBrowserInteraction</set> |
| 93 | + <set>Qt::TextInteractionFlag::TextBrowserInteraction</set> |
94 | 94 | </property> |
95 | 95 | </widget> |
96 | 96 | </item> |
|
104 | 104 | <item> |
105 | 105 | <spacer name="horizontalSpacer"> |
106 | 106 | <property name="orientation"> |
107 | | - <enum>Qt::Horizontal</enum> |
| 107 | + <enum>Qt::Orientation::Horizontal</enum> |
108 | 108 | </property> |
109 | 109 | <property name="sizeHint" stdset="0"> |
110 | 110 | <size> |
|
124 | 124 | <x>0</x> |
125 | 125 | <y>0</y> |
126 | 126 | <width>640</width> |
127 | | - <height>22</height> |
| 127 | + <height>21</height> |
128 | 128 | </rect> |
129 | 129 | </property> |
130 | 130 | <widget class="QMenu" name="mMenuFile"> |
|
218 | 218 | <addaction name="mActionCpp14"/> |
219 | 219 | <addaction name="mActionCpp17"/> |
220 | 220 | <addaction name="mActionCpp20"/> |
221 | | - <!--addaction name="mActionCpp23"/--> |
222 | | - <!--addaction name="mActionCpp26"/--> |
223 | 221 | </widget> |
224 | 222 | <widget class="QMenu" name="menuC_standard"> |
225 | 223 | <property name="title"> |
|
228 | 226 | <addaction name="mActionC89"/> |
229 | 227 | <addaction name="mActionC99"/> |
230 | 228 | <addaction name="mActionC11"/> |
231 | | - <!--addaction name="mActionC17"/--> |
232 | | - <!--addaction name="mActionC23"/--> |
233 | | - <!--addaction name="mActionC2Y"/--> |
234 | 229 | </widget> |
235 | 230 | <addaction name="mActionAnalyzeFiles"/> |
236 | 231 | <addaction name="mActionAnalyzeDirectory"/> |
|
814 | 809 | <string>C&11</string> |
815 | 810 | </property> |
816 | 811 | </action> |
817 | | - <!--action name="mActionC17"> |
818 | | - <property name="checkable"> |
819 | | - <bool>true</bool> |
820 | | - </property> |
821 | | - <property name="text"> |
822 | | - <string>C&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&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&2y</string> |
839 | | - </property> |
840 | | - </action--> |
841 | 812 | <action name="mActionC89"> |
842 | 813 | <property name="checkable"> |
843 | 814 | <bool>true</bool> |
|
948 | 919 | <string>C++20</string> |
949 | 920 | </property> |
950 | 921 | </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--> |
973 | 922 | <action name="mActionComplianceReport"> |
974 | 923 | <property name="text"> |
975 | 924 | <string>Compliance report...</string> |
|
1043 | 992 | </action> |
1044 | 993 | <action name="mActionShowThreadDetails"> |
1045 | 994 | <property name="text"> |
1046 | | - <string>Thread details</string> |
| 995 | + <string>Thread Details</string> |
1047 | 996 | </property> |
1048 | 997 | <property name="toolTip"> |
1049 | 998 | <string>Show thread details</string> |
|
0 commit comments