When I add or modify single type of time or space constraint I often need to enable, disable and comment it. This is possible only in the interface that shows all constrains of any type and when a lot of them are presents it's difficult to find (luckily ther is a filter function).
Is it possible, without a lot of programming efforts, to add the enable/disable and comment button on every single type constraint dialog?
If anyone tell me how to modify the interface with an example, I'll try to do it myself and submit the result to Liviu.
Thanks.
Davide.
Did you count the constraints forms? You need to modify ~300 files if you want to do that. You need to use the Qt Designer for that. Please read the Qt Documentation how to use the Qt Designer. See: http://doc.qt.io/qt-5/qtdesigner-manual.html
The problem is, that some dialogs are already too full. It will be bad if user with laptops and small screen size / screen resolution see that.
Overall my personal opinion is that the current comment concept is confusing (or even incorrect). In my opinion it shouldn't be the constraint, that get the comment. It should be the teacher, room, student or activity tag that get a comment. That will simplify this problem very much. Since in fact only those comment should be displayed to each constraint. In that case I still have those comments, even i switch the constraint to get a better result for the same reason/comment.
Quote from: Davide Cottignoli on October 03, 2015, 09:46:02 AM
When I add or modify single type of time or space constraint I often need to enable, disable and comment it. This is possible only in the interface that shows all constrains of any type and when a lot of them are presents it's difficult to find (luckily ther is a filter function).
Is it possible, without a lot of programming efforts, to add the enable/disable and comment button on every single type constraint dialog?
If anyone tell me how to modify the interface with an example, I'll try to do it myself and submit the result to Liviu.
Thanks.
Davide.
Like Volker said, there is no space in some other constraints dialogs, and it is too much to modify.
Maybe you could sort the constraints in the all time/space constraints dialogs.