From 39e4354b1dae5d8487ea5b84be9f304b1950a61a Mon Sep 17 00:00:00 2001 From: TrickyLeifa Date: Thu, 16 May 2024 03:09:21 +0200 Subject: Reimplemented favorite server widget, ... * Reworked favorite server widget * Renamed `server_type` to `ServerInfo` * Renamed `connection_type` to `ServerConnectionType` * Refactored `AOCharButton` * Reimplemented `AOButton` * Partially reimplemented `AOEmoteButton` * Refactored `AOEvidenceButton` --- data/ui/favorite_server_dialog.ui | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'data') diff --git a/data/ui/favorite_server_dialog.ui b/data/ui/favorite_server_dialog.ui index a1d5f28e..f0f60cb4 100644 --- a/data/ui/favorite_server_dialog.ui +++ b/data/ui/favorite_server_dialog.ui @@ -23,17 +23,17 @@ - + Legacy Entry : - + - + Convert @@ -44,48 +44,48 @@ - + - Display Name: + Name: - + - + - Hostname : + Hostname: - + - + Port: - + 65535 - + - Protocol : + Protocol: - + TCP @@ -99,14 +99,14 @@ - + Description: - + 0 @@ -118,7 +118,7 @@ - + QFrame::Plain @@ -128,7 +128,7 @@ - + QDialogButtonBox::Close|QDialogButtonBox::Save -- cgit