- added host uri text entry

This commit is contained in:
jens
2020-12-16 08:55:41 +01:00
parent 834268c85e
commit f43b866023
3 changed files with 41 additions and 5 deletions
+30 -1
View File
@@ -3552,7 +3552,7 @@
<rect>
<x>110</x>
<y>500</y>
<width>231</width>
<width>81</width>
<height>31</height>
</rect>
</property>
@@ -3566,6 +3566,35 @@
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QPlainTextEdit" name="plainTextUri">
<property name="geometry">
<rect>
<x>270</x>
<y>500</y>
<width>161</width>
<height>31</height>
</rect>
</property>
<property name="plainText">
<string>ws://brewpi:8765</string>
</property>
</widget>
<widget class="QLabel" name="label_8">
<property name="geometry">
<rect>
<x>200</x>
<y>500</y>
<width>67</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Host</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">