Skip to content
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

feature(qchat): handle users registration #200

Merged
merged 8 commits into from
Oct 24, 2024
Prev Previous commit
Next Next commit
ui(qchat): set settings tooltips
  • Loading branch information
gounux committed Oct 13, 2024
commit a27167d17cdbfd75fb306fdbe3df95d7959f35ef
16 changes: 14 additions & 2 deletions qtribu/gui/dlg_settings.ui
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>875</width>
<height>577</height>
<width>877</width>
<height>579</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">
Expand Down Expand Up @@ -379,13 +379,19 @@
<layout class="QHBoxLayout" name="hly_misc">
<item>
<widget class="QCheckBox" name="ckb_show_avatars">
<property name="toolTip">
<string extracomment="Show avatr besides a QChat message"/>
</property>
<property name="text">
<string>Show avatars</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="ckb_incognito_mode">
<property name="toolTip">
<string extracomment="Register to the server so that other know you are connected"/>
</property>
<property name="text">
<string>Incognito mode</string>
</property>
Expand All @@ -396,13 +402,19 @@
</item>
<item>
<widget class="QCheckBox" name="ckb_display_admin_messages">
<property name="toolTip">
<string extracomment="Display connections and disconnections messages"/>
</property>
<property name="text">
<string>Display admin messages</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="ckb_cheatcodes">
<property name="toolTip">
<string extracomment=";)"/>
</property>
<property name="text">
<string>Activate cheatcodes</string>
</property>
Expand Down
Loading