Skip to content

Commit

Permalink
FLabel Done
Browse files Browse the repository at this point in the history
  • Loading branch information
Imeguras committed Aug 29, 2024
1 parent 7a7a614 commit 7a69c63
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions src/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QLabel" name="label_4">
<widget class="FLabel" name="label_4">
<property name="font">
<font>
<family>Fira Mono</family>
Expand All @@ -239,7 +239,7 @@
</widget>
</item>
<item>
<widget class="QLabel" name="label_3">
<widget class="FLabel" name="label_3">
<property name="font">
<font>
<family>Fira Mono</family>
Expand Down Expand Up @@ -284,7 +284,7 @@
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="Consumed_Label">
<widget class="FLabel" name="Consumed_Label">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
Expand Down Expand Up @@ -342,7 +342,7 @@
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="speed_Label">
<widget class="FLabel" name="speed_Label">
<property name="minimumSize">
<size>
<width>194</width>
Expand Down Expand Up @@ -394,6 +394,13 @@
</layout>
</widget>
</widget>
<customwidgets>
<customwidget>
<class>FLabel</class>
<extends>QLabel</extends>
<header location="global">src/flabel.h</header>
</customwidget>
</customwidgets>
<resources>
<include location="../Imagens.qrc"/>
</resources>
Expand Down

0 comments on commit 7a69c63

Please sign in to comment.