Skip to content

Commit dbf4eca

Browse files
committed
Align "Last Joined Channel" with Android client
Qt client called it "Latest Joined Channel".
1 parent 96a6142 commit dbf4eca

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

Client/qtTeamTalk/serverdlg.ui

+15-15
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<x>0</x>
88
<y>0</y>
99
<width>506</width>
10-
<height>578</height>
10+
<height>596</height>
1111
</rect>
1212
</property>
1313
<property name="windowTitle">
@@ -68,12 +68,12 @@
6868
<layout class="QHBoxLayout" name="horizontalLayout">
6969
<item>
7070
<widget class="QSpinBox" name="tcpportSpinbox">
71-
<property name="maximum">
72-
<number>65535</number>
73-
</property>
7471
<property name="accessibleName">
7572
<string>TCP Port (Default: 10333)</string>
7673
</property>
74+
<property name="maximum">
75+
<number>65535</number>
76+
</property>
7777
</widget>
7878
</item>
7979
<item>
@@ -99,12 +99,12 @@
9999
<layout class="QHBoxLayout" name="horizontalLayout_2">
100100
<item>
101101
<widget class="QSpinBox" name="udpportSpinbox">
102-
<property name="maximum">
103-
<number>65535</number>
104-
</property>
105102
<property name="accessibleName">
106103
<string>UDP Port (Default: 10333)</string>
107104
</property>
105+
<property name="maximum">
106+
<number>65535</number>
107+
</property>
108108
</widget>
109109
</item>
110110
<item>
@@ -138,7 +138,7 @@
138138
<item>
139139
<spacer name="horizontalSpacer_5">
140140
<property name="orientation">
141-
<enum>Qt::Horizontal</enum>
141+
<enum>Qt::Orientation::Horizontal</enum>
142142
</property>
143143
<property name="sizeHint" stdset="0">
144144
<size>
@@ -194,7 +194,7 @@
194194
<item>
195195
<widget class="QLineEdit" name="passwordEdit">
196196
<property name="echoMode">
197-
<enum>QLineEdit::Password</enum>
197+
<enum>QLineEdit::EchoMode::Password</enum>
198198
</property>
199199
</widget>
200200
</item>
@@ -235,7 +235,7 @@
235235
<item row="0" column="0">
236236
<widget class="QCheckBox" name="lastChanChkBox">
237237
<property name="text">
238-
<string>Latest Joined Channel</string>
238+
<string>Last Joined Channel</string>
239239
</property>
240240
</widget>
241241
</item>
@@ -267,7 +267,7 @@
267267
<item>
268268
<widget class="QLineEdit" name="chanpasswdEdit">
269269
<property name="echoMode">
270-
<enum>QLineEdit::Password</enum>
270+
<enum>QLineEdit::EchoMode::Password</enum>
271271
</property>
272272
</widget>
273273
</item>
@@ -286,7 +286,7 @@
286286
</layout>
287287
</widget>
288288
</item>
289-
<item alignment="Qt::AlignRight">
289+
<item alignment="Qt::AlignmentFlag::AlignRight">
290290
<widget class="QCheckBox" name="connectSrvBox">
291291
<property name="text">
292292
<string>&amp;Connect to Server on exit</string>
@@ -296,7 +296,7 @@
296296
<item>
297297
<spacer name="verticalSpacer">
298298
<property name="orientation">
299-
<enum>Qt::Vertical</enum>
299+
<enum>Qt::Orientation::Vertical</enum>
300300
</property>
301301
<property name="sizeHint" stdset="0">
302302
<size>
@@ -309,10 +309,10 @@
309309
<item>
310310
<widget class="QDialogButtonBox" name="buttonBox">
311311
<property name="orientation">
312-
<enum>Qt::Horizontal</enum>
312+
<enum>Qt::Orientation::Horizontal</enum>
313313
</property>
314314
<property name="standardButtons">
315-
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
315+
<set>QDialogButtonBox::StandardButton::Cancel|QDialogButtonBox::StandardButton::Ok</set>
316316
</property>
317317
</widget>
318318
</item>

0 commit comments

Comments
 (0)