Main Menu

GUI

Started by math_user, July 16, 2016, 08:56:32 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

math_user

Currently the GUI has 5 registers. Could they be displayed in 2 rows and 3 columns (no click on registers needed)?
       File   Data
Time    Space   Timetable

Would it be possible to arrange the buttons, so that the corresponding buttons are always at the same place?
E.g. second line: Teachers Students Rooms ("Space" instead of "Rooms" in "Data"; "Rooms" omitted (no other button there) in "Time")

Volker Dirr

you mean that all pushbuttons are visible then? it mean there will be 37 pushbuttons. i fear it will be a bit confusing to see so many buttons. but you can maybe design that with qt yourself. you don't need to know how to code. you can "simply" just design that with your mouse.

Liviu Lalescu

Quote from: math user on July 16, 2016, 08:56:32 AM
Currently the GUI has 5 registers. Could they be displayed in 2 rows and 3 columns (no click on registers needed)?
       File   Data
Time    Space   Timetable


They need to be displayed on a single row (as a tab widget).

Do you mean to display all the buttons at a single moment? There are too many buttons and the main form would be too large.

Quote

Would it be possible to arrange the buttons, so that the corresponding buttons are always at the same place?
E.g. second line: Teachers Students Rooms ("Space" instead of "Rooms" in "Data"; "Rooms" omitted (no other button there) in "Time")

Please see the announcement about the new snapshot: http://lalescu.ro/liviu/fet/forum/index.php?topic=2575 , and let me know as soon as possible if it is OK. I intend to release maybe on Monday.

math_user

Great, Liviu!

I hope other users are not angry, because the buttons have moved to other places ...

Liviu Lalescu