Skip to content

Commit 5568f0f

Browse files
Qt: OpenIGTLink: add a tab to configure the port
1 parent 423d477 commit 5568f0f

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed

examples/solum_qt/solum/solumqt.ui

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -965,6 +965,59 @@ After clicking the button, wait for the SSID to be published via BLE, then conne
965965
</item>
966966
</layout>
967967
</widget>
968+
<widget class="QWidget" name="_igtl">
969+
<property name="enabled">
970+
<bool>true</bool>
971+
</property>
972+
<attribute name="title">
973+
<string>OpenIGTLink</string>
974+
</attribute>
975+
<layout class="QGridLayout">
976+
<item row="0" column="2">
977+
<widget class="QPushButton" name="igtlserve">
978+
<property name="text">
979+
<string>Serve</string>
980+
</property>
981+
</widget>
982+
</item>
983+
<item row="0" column="0">
984+
<widget class="QLabel" name="_igtlport_label">
985+
<property name="text">
986+
<string>Port</string>
987+
</property>
988+
<property name="buddy">
989+
<cstring>igtlport</cstring>
990+
</property>
991+
</widget>
992+
</item>
993+
<item row="0" column="1">
994+
<widget class="QLineEdit" name="igtlport"/>
995+
</item>
996+
<item row="2" column="0" colspan="3">
997+
<layout class="QGridLayout">
998+
<item row="0" column="0">
999+
<widget class="QLabel" name="igtlStatusServer"/>
1000+
</item>
1001+
<item row="0" column="1">
1002+
<widget class="QLabel" name="igtlStatusClient"/>
1003+
</item>
1004+
</layout>
1005+
</item>
1006+
<item row="3" column="0" colspan="3">
1007+
<spacer>
1008+
<property name="orientation">
1009+
<enum>Qt::Vertical</enum>
1010+
</property>
1011+
<property name="sizeHint" stdset="0">
1012+
<size>
1013+
<width>0</width>
1014+
<height>0</height>
1015+
</size>
1016+
</property>
1017+
</spacer>
1018+
</item>
1019+
</layout>
1020+
</widget>
9681021
</widget>
9691022
</item>
9701023
<item>

0 commit comments

Comments
 (0)