Skip to content

Commit

Permalink
v0.0.3
Browse files Browse the repository at this point in the history
Signed-off-by: Alsweider <30653982+Alsweider@users.noreply.github.com>
  • Loading branch information
Alsweider committed Apr 14, 2024
1 parent 04d1157 commit 2876a71
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Scalatrafo.pro
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target

VERSION = 0.0.2
VERSION = 0.0.3
21 changes: 15 additions & 6 deletions mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<rect>
<x>0</x>
<y>0</y>
<width>404</width>
<width>396</width>
<height>205</height>
</rect>
</property>
<property name="windowTitle">
<string>Scalatrafo v0.0.2</string>
<string>Scalatrafo v0.0.3</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QGridLayout" name="gridLayout_3">
Expand Down Expand Up @@ -171,7 +171,7 @@
</layout>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_7">
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<widget class="QDoubleSpinBox" name="spinBoxMin2">
<property name="styleSheet">
Expand All @@ -188,6 +188,18 @@
</item>
<item>
<widget class="QLabel" name="labelBewertung">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>25</height>
</size>
</property>
<property name="toolTip">
<string>Umgerechnete Bewertung.</string>
</property>
Expand All @@ -201,9 +213,6 @@
</item>
</layout>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_4"/>
</item>
</layout>
</item>
</layout>
Expand Down

0 comments on commit 2876a71

Please sign in to comment.