Manage connection

This commit is contained in:
Aditya Kulkarni
2018-11-01 14:10:26 -07:00
parent 08bf060186
commit 1b4ced8c82
9 changed files with 221 additions and 214 deletions

View File

@@ -20,7 +20,7 @@
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
<number>1</number>
<number>0</number>
</property>
<widget class="QWidget" name="tab">
<attribute name="title">
@@ -60,7 +60,7 @@
<item>
<widget class="QLineEdit" name="hostname">
<property name="placeholderText">
<string>127.0.0.1</string>
<string/>
</property>
</widget>
</item>
@@ -80,7 +80,7 @@
<item>
<widget class="QLineEdit" name="port">
<property name="placeholderText">
<string>8232</string>
<string/>
</property>
</widget>
</item>