mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-04 18:20:42 +00:00
fix crash on oscar startup for ubuntu 20.04.04 using qt 5.12.8
This commit is contained in:
parent
b63c62d2b1
commit
5638e2f470
@ -606,9 +606,11 @@
|
||||
<property name="currentSection">
|
||||
<enum>QDateTimeEdit::MonthSection</enum>
|
||||
</property>
|
||||
<!-- this cause oscar to crash on start up with linus 20.04.o4
|
||||
<property name="displayFormat">
|
||||
<string>Qt::SystemLocaleShortDate</string>
|
||||
</property>
|
||||
-->
|
||||
<property name="calendarPopup">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
@ -635,15 +637,17 @@
|
||||
<property name="currentSection">
|
||||
<enum>QDateTimeEdit::MonthSection</enum>
|
||||
</property>
|
||||
<!-- this cause oscar to crash on start up with linus 20.04.o4
|
||||
<property name="displayFormat">
|
||||
<string>Qt::SystemLocaleShortDate</string>
|
||||
</property>
|
||||
<property name="calendarPopup">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
-->
|
||||
<property name="currentSectionIndex">
|
||||
<number>1</number>
|
||||
</property>
|
||||
<property name="calendarPopup">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|
Loading…
Reference in New Issue
Block a user