-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstage_server.ui
169 lines (169 loc) · 6.23 KB
/
stage_server.ui
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Form</class>
<widget class="QWidget" name="Form">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>422</width>
<height>335</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<property name="styleSheet">
<string notr="true">QWidget{
background-color: rgb(00,00,00);
color: #FFFFFF;
}
QPushButton{
background-color: black;
}
QPushButton:pressed {
background-color: rgb(224, 0, 0);
}
QPushButton:hover {
background-color: rgb(100, 30, 30);
}
QPushButton#startButton:disabled:checked {
color: gray;
}
QPushButton#startButton:disabled:checked {
background-color: #ffaaaa;
}
QPushButton#startButton:disabled:!checked {
background-color: lightGreen;
}
QMessageBox {
background-color: rgb(00,00,00);
color: #FFFFFF;
}
QMessageBox QLabel {
color: #FFFFFF;
}
QMessageBox QPushButton {
background-color: rgb(50,50,50);
color: #FFFFFF;
}
QMessageBox QPushButton:hover {
background-color: rgb(100, 30, 30);
}
QMessageBox QPushButton:pressed {
background-color: rgb(224, 0, 0);
}</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<layout class="QGridLayout" name="gridLayout_server">
<item row="3" column="0">
<widget class="QLabel" name="label_port">
<property name="text">
<string> • Port:</string>
</property>
</widget>
</item>
<item row="1" column="0" colspan="2">
<widget class="QLabel" name="label">
<property name="text">
<string>Stage Http Server:</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_ip">
<property name="maximumSize">
<size>
<width>300</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string> • IP address: </string>
</property>
</widget>
</item>
<item row="0" column="0" colspan="3">
<widget class="QTextBrowser" name="textBrowser_server">
<property name="minimumSize">
<size>
<width>300</width>
<height>200</height>
</size>
</property>
<property name="html">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9.75pt; font-weight:400; font-style:normal;">
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">Pathfinder MPM v2.8.0 or later includes an HTTP listener to send stage information and receive commands from the application.</span></p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">Enter the IP address where the MPM software is running:</span></p>
<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-size:9pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">If using a browser on the same PC, enter http://localhost as the IP address and <span style=" font-weight:600;">8080</span> as the port.</li>
<li style=" font-size:9pt;" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">If the MPM software is running on a different PC, use that PC’s IP address (e.g, http://192.168.0.87 for the IP address and <span style=" font-weight:600;">8080</span> for the port).</li></ul>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">To find the PC’s IP address, open a Command Prompt window and enter the </span><span style=" font-family:'Courier New'; font-size:9pt;">ipconfig</span><span style=" font-size:9pt;"> command.</span></p></body></html></string>
</property>
</widget>
</item>
<item row="2" column="1" colspan="2">
<widget class="QLineEdit" name="lineEdit_ip">
<property name="minimumSize">
<size>
<width>300</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>http://localhost</string>
</property>
</widget>
</item>
<item row="4" column="2">
<widget class="QPushButton" name="connect_btn">
<property name="maximumSize">
<size>
<width>100</width>
<height>16777215</height>
</size>
</property>
<property name="toolTipDuration">
<number>0</number>
</property>
<property name="text">
<string>Connect</string>
</property>
</widget>
</item>
<item row="3" column="1" colspan="2">
<widget class="QLineEdit" name="lineEdit_port">
<property name="text">
<string>8080</string>
</property>
</widget>
</item>
<item row="4" column="0" colspan="2">
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
</widget>
<tabstops>
<tabstop>textBrowser_server</tabstop>
<tabstop>lineEdit_ip</tabstop>
<tabstop>lineEdit_port</tabstop>
<tabstop>connect_btn</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>