fix nonexistant font issues
This commit is contained in:
parent
63734aec7c
commit
5de1bbd44c
2 changed files with 4 additions and 4 deletions
|
@ -19,7 +19,7 @@
|
||||||
<widget class="QLabel" name="label_Title">
|
<widget class="QLabel" name="label_Title">
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Segoe UI</family>
|
<family>Arial</family>
|
||||||
<pointsize>22</pointsize>
|
<pointsize>22</pointsize>
|
||||||
<weight>75</weight>
|
<weight>75</weight>
|
||||||
<bold>true</bold>
|
<bold>true</bold>
|
||||||
|
@ -48,7 +48,7 @@
|
||||||
</property>
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Segoe UI</family>
|
<family>Arial</family>
|
||||||
<pointsize>12</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
|
@ -64,7 +64,7 @@
|
||||||
<widget class="QLabel" name="label_Description">
|
<widget class="QLabel" name="label_Description">
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Segoe UI</family>
|
<family>Arial</family>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
|
|
|
@ -63,7 +63,7 @@ public:
|
||||||
QPixmap collision_pixmap;
|
QPixmap collision_pixmap;
|
||||||
QImage image;
|
QImage image;
|
||||||
QPixmap pixmap;
|
QPixmap pixmap;
|
||||||
|
|
||||||
QMap<Event::Group, QList<Event *>> events;
|
QMap<Event::Group, QList<Event *>> events;
|
||||||
QList<Event *> ownedEvents; // for memory management
|
QList<Event *> ownedEvents; // for memory management
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue