From 0c10f03150ff1cb296cdec27944b906580998747 Mon Sep 17 00:00:00 2001 From: Salanto <62221668+Salanto@users.noreply.github.com> Date: Sat, 31 Aug 2024 20:29:26 +0200 Subject: [Feature] Add support for custom playerlist formatting, show all users when authenticated (#1046) * Playerlist QoL * Remove excessive whitespaces * Add placeholder when displayname is unavailable --- data/ui/options_dialog.ui | 84 ++++++++++++++++++++++++++--------------------- 1 file changed, 47 insertions(+), 37 deletions(-) (limited to 'data') diff --git a/data/ui/options_dialog.ui b/data/ui/options_dialog.ui index 882092ea..04418673 100644 --- a/data/ui/options_dialog.ui +++ b/data/ui/options_dialog.ui @@ -11,7 +11,7 @@ - Qt::NoContextMenu + Qt::ContextMenuPolicy::NoContextMenu Settings @@ -20,7 +20,7 @@ - Qt::NoFocus + Qt::FocusPolicy::NoFocus 0 @@ -39,9 +39,9 @@ 0 - -385 + -585 394 - 878 + 902 @@ -131,10 +131,10 @@ - QFrame::HLine + QFrame::Shape::HLine - QFrame::Sunken + QFrame::Shadow::Sunken @@ -198,7 +198,7 @@ Chat Rate Limit: - Qt::AutoText + Qt::TextFormat::AutoText @@ -215,10 +215,10 @@ - QFrame::HLine + QFrame::Shape::HLine - QFrame::Sunken + QFrame::Shadow::Sunken @@ -272,10 +272,10 @@ - QFrame::HLine + QFrame::Shape::HLine - QFrame::Sunken + QFrame::Shadow::Sunken @@ -560,23 +560,6 @@ - - - - - - - - - - - If ticked, some windows restore their last known position where they were closed. - - - Restore Window Position - - - @@ -609,6 +592,33 @@ + + + + If ticked, some windows restore their last known position where they were closed. + + + Restore Window Position + + + + + + + + + + + + + + Playerlist Format: + + + + + + @@ -653,10 +663,10 @@ - QFrame::HLine + QFrame::Shape::HLine - QFrame::Sunken + QFrame::Shadow::Sunken @@ -683,10 +693,10 @@ - QFrame::HLine + QFrame::Shape::HLine - QFrame::Sunken + QFrame::Shadow::Sunken @@ -819,7 +829,7 @@ - Qt::Horizontal + Qt::Orientation::Horizontal @@ -858,10 +868,10 @@ - Qt::Horizontal + Qt::Orientation::Horizontal - QSizePolicy::Expanding + QSizePolicy::Policy::Expanding @@ -1116,10 +1126,10 @@ Default: 0. - QFrame::HLine + QFrame::Shape::HLine - QFrame::Sunken + QFrame::Shadow::Sunken -- cgit