Browse Source

Check for MacOS LCD bug

tags/1.6.1
Trevor Irons 4 years ago
parent
commit
b7f17fc652
1 changed files with 23 additions and 2 deletions
  1. 23
    2
      akvo/gui/main.ui

+ 23
- 2
akvo/gui/main.ui View File

1077
 background: dark grey;
1077
 background: dark grey;
1078
 }</string>
1078
 }</string>
1079
                  </property>
1079
                  </property>
1080
+                 <property name="segmentStyle">
1081
+                  <enum>QLCDNumber::Flat</enum>
1082
+                 </property>
1080
                 </widget>
1083
                 </widget>
1081
                </item>
1084
                </item>
1082
                <item row="6" column="2">
1085
                <item row="6" column="2">
1092
 background: dark grey;
1095
 background: dark grey;
1093
 }</string>
1096
 }</string>
1094
                  </property>
1097
                  </property>
1098
+                 <property name="segmentStyle">
1099
+                  <enum>QLCDNumber::Flat</enum>
1100
+                 </property>
1095
                  <property name="intValue" stdset="0">
1101
                  <property name="intValue" stdset="0">
1096
                   <number>0</number>
1102
                   <number>0</number>
1097
                  </property>
1103
                  </property>
1141
 background: dark grey;
1147
 background: dark grey;
1142
 }</string>
1148
 }</string>
1143
                  </property>
1149
                  </property>
1150
+                 <property name="segmentStyle">
1151
+                  <enum>QLCDNumber::Flat</enum>
1152
+                 </property>
1144
                 </widget>
1153
                 </widget>
1145
                </item>
1154
                </item>
1146
                <item row="4" column="2">
1155
                <item row="4" column="2">
1147
                 <widget class="QLCDNumber" name="lcdH1F">
1156
                 <widget class="QLCDNumber" name="lcdH1F">
1157
+                 <property name="enabled">
1158
+                  <bool>false</bool>
1159
+                 </property>
1148
                  <property name="styleSheet">
1160
                  <property name="styleSheet">
1149
                   <string notr="true">#lcdH1F {
1161
                   <string notr="true">#lcdH1F {
1150
 color: green;
1162
 color: green;
1156
 background: dark grey;
1168
 background: dark grey;
1157
 }</string>
1169
 }</string>
1158
                  </property>
1170
                  </property>
1171
+                 <property name="segmentStyle">
1172
+                  <enum>QLCDNumber::Flat</enum>
1173
+                 </property>
1159
                 </widget>
1174
                 </widget>
1160
                </item>
1175
                </item>
1161
                <item row="10" column="2">
1176
                <item row="10" column="2">
1171
 background: dark grey;
1186
 background: dark grey;
1172
 }</string>
1187
 }</string>
1173
                  </property>
1188
                  </property>
1189
+                 <property name="segmentStyle">
1190
+                  <enum>QLCDNumber::Flat</enum>
1191
+                 </property>
1174
                 </widget>
1192
                 </widget>
1175
                </item>
1193
                </item>
1176
                <item row="12" column="0">
1194
                <item row="12" column="0">
1302
   background: dark grey;
1320
   background: dark grey;
1303
 }</string>
1321
 }</string>
1304
                  </property>
1322
                  </property>
1323
+                 <property name="segmentStyle">
1324
+                  <enum>QLCDNumber::Flat</enum>
1325
+                 </property>
1305
                 </widget>
1326
                 </widget>
1306
                </item>
1327
                </item>
1307
                <item row="11" column="1">
1328
                <item row="11" column="1">
2539
               <rect>
2560
               <rect>
2540
                <x>0</x>
2561
                <x>0</x>
2541
                <y>0</y>
2562
                <y>0</y>
2542
-               <width>96</width>
2543
-               <height>26</height>
2563
+               <width>411</width>
2564
+               <height>77</height>
2544
               </rect>
2565
               </rect>
2545
              </property>
2566
              </property>
2546
              <attribute name="label">
2567
              <attribute name="label">

Loading…
Cancel
Save