diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-02-18 10:19:22 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-02-18 10:19:22 +0100 |
commit | 138f9f4d2016c10116028265929be85e54fcc112 (patch) | |
tree | 8b80b685d4d0b7c1fc4f7ebdb086c5cbe50409a7 | |
parent | 185b6a07cd9d344063a14fe0981f7ada1d530ed9 (diff) |
gui/mapping-window: prevent qt uic whining
-rw-r--r-- | gui/mapping-window.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gui/mapping-window.ui b/gui/mapping-window.ui index befa0194..14628be3 100644 --- a/gui/mapping-window.ui +++ b/gui/mapping-window.ui @@ -59,7 +59,7 @@ </property> <layout class="QHBoxLayout" name="horizontalLayout"> <item> - <widget class="QLabel" name="label"> + <widget class="QLabel" name="label1"> <property name="sizePolicy"> <sizepolicy hsizetype="Maximum" vsizetype="Maximum"> <horstretch>0</horstretch> @@ -327,7 +327,7 @@ </property> <layout class="QHBoxLayout" name="horizontalLayout444"> <item> - <widget class="QLabel" name="label"> + <widget class="QLabel" name="label4"> <property name="sizePolicy"> <sizepolicy hsizetype="Maximum" vsizetype="Maximum"> <horstretch>0</horstretch> @@ -415,7 +415,7 @@ </property> <layout class="QHBoxLayout" name="horizontalLayout555"> <item> - <widget class="QLabel" name="label"> + <widget class="QLabel" name="label5"> <property name="sizePolicy"> <sizepolicy hsizetype="Maximum" vsizetype="Maximum"> <horstretch>0</horstretch> @@ -503,7 +503,7 @@ </property> <layout class="QHBoxLayout" name="horizontalLayout666"> <item> - <widget class="QLabel" name="label"> + <widget class="QLabel" name="label6"> <property name="sizePolicy"> <sizepolicy hsizetype="Maximum" vsizetype="Maximum"> <horstretch>0</horstretch> |