Add prototype room settings menu
This commit is contained in:
parent
21c68c5824
commit
3097037c3d
14 changed files with 309 additions and 12 deletions
|
|
@ -136,6 +136,7 @@ dialogs--Logout,
|
|||
dialogs--ReCaptcha,
|
||||
dialogs--LeaveRoom,
|
||||
dialogs--CreateRoom,
|
||||
dialogs--RoomSettings,
|
||||
dialogs--InviteUsers,
|
||||
dialogs--ReadReceipts,
|
||||
dialogs--JoinRoom,
|
||||
|
|
@ -147,6 +148,10 @@ dialogs--JoinRoom > QLineEdit {
|
|||
color: #caccd1;
|
||||
}
|
||||
|
||||
TopSection {
|
||||
qproperty-textColor: #caccd1;
|
||||
}
|
||||
|
||||
QListWidget,
|
||||
WelcomePage,
|
||||
LoginPage,
|
||||
|
|
|
|||
|
|
@ -138,6 +138,7 @@ dialogs--Logout,
|
|||
dialogs--ReCaptcha,
|
||||
dialogs--LeaveRoom,
|
||||
dialogs--CreateRoom,
|
||||
dialogs--RoomSettings,
|
||||
dialogs--InviteUsers,
|
||||
dialogs--ReadReceipts,
|
||||
dialogs--JoinRoom,
|
||||
|
|
@ -147,6 +148,10 @@ QListWidget {
|
|||
color: #333;
|
||||
}
|
||||
|
||||
TopSection {
|
||||
qproperty-textColor: #333;
|
||||
}
|
||||
|
||||
WelcomePage,
|
||||
LoginPage,
|
||||
RegisterPage {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue