xdmtk / elysium

Elysium Instant Messenger - AIM Revival
MIT License
5 stars 1 forks source link

#1-gui-remodel #19

Closed Sebastianbabble closed 4 years ago

Sebastianbabble commented 4 years ago

Changed a few things in GUI.

  1. The login page is the same as before username = "test" and password = "test".
  2. I've hard coded our names in a array which is located in the function void ChatWindow::on_inputDisplay_returnPressed() If you want to change it to your name just go in the function and change the index of the array. This is just for display right now but the true functionality will come once we get everything else working.
  3. I've also implemented a basic light/dark theme in the menubar of the chat application. The styles right now are just basic but it will be easy to change once we figure out how we want the aesthetics to look. To change the theme just click in the Window tab at top and choose a theme. Feel free to add more or make adjustments.
xdmtk commented 4 years ago

blackonblack Looks like another black on black message box Window (after entering an incorrect password). This time I'm on Linux. Looks like you need to be explicit with the style sheets. If you can't reproduce this on Mac, I can try to fix it on my end as Linux/Windows doesn't seem to auto adjust the stylesheets in the way that Mac does.

xdmtk commented 4 years ago

2020-02-13 09_25_02- feat_#1-gui-makeover  - Elysium - Qt Creator Seeing it on Windows too