Skip to content

Align "Last Joined Channel" with Android client #2572

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 14, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions Client/qtTeamTalk/serverdlg.ui
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>506</width>
<height>578</height>
<height>596</height>
</rect>
</property>
<property name="windowTitle">
Expand Down Expand Up @@ -68,12 +68,12 @@
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QSpinBox" name="tcpportSpinbox">
<property name="maximum">
<number>65535</number>
</property>
<property name="accessibleName">
<string>TCP Port (Default: 10333)</string>
</property>
<property name="maximum">
<number>65535</number>
</property>
</widget>
</item>
<item>
Expand All @@ -99,12 +99,12 @@
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QSpinBox" name="udpportSpinbox">
<property name="maximum">
<number>65535</number>
</property>
<property name="accessibleName">
<string>UDP Port (Default: 10333)</string>
</property>
<property name="maximum">
<number>65535</number>
</property>
</widget>
</item>
<item>
Expand Down Expand Up @@ -138,7 +138,7 @@
<item>
<spacer name="horizontalSpacer_5">
<property name="orientation">
<enum>Qt::Horizontal</enum>
<enum>Qt::Orientation::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
Expand Down Expand Up @@ -194,7 +194,7 @@
<item>
<widget class="QLineEdit" name="passwordEdit">
<property name="echoMode">
<enum>QLineEdit::Password</enum>
<enum>QLineEdit::EchoMode::Password</enum>
</property>
</widget>
</item>
Expand Down Expand Up @@ -235,7 +235,7 @@
<item row="0" column="0">
<widget class="QCheckBox" name="lastChanChkBox">
<property name="text">
<string>Latest Joined Channel</string>
<string>Last Joined Channel</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -267,7 +267,7 @@
<item>
<widget class="QLineEdit" name="chanpasswdEdit">
<property name="echoMode">
<enum>QLineEdit::Password</enum>
<enum>QLineEdit::EchoMode::Password</enum>
</property>
</widget>
</item>
Expand All @@ -286,7 +286,7 @@
</layout>
</widget>
</item>
<item alignment="Qt::AlignRight">
<item alignment="Qt::AlignmentFlag::AlignRight">
<widget class="QCheckBox" name="connectSrvBox">
<property name="text">
<string>&amp;Connect to Server on exit</string>
Expand All @@ -296,7 +296,7 @@
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
<enum>Qt::Orientation::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
Expand All @@ -309,10 +309,10 @@
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>
<enum>Qt::Orientation::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
<set>QDialogButtonBox::StandardButton::Cancel|QDialogButtonBox::StandardButton::Ok</set>
</property>
</widget>
</item>
Expand Down
Loading