Hi!
it was implemented only as r/o. because of wrong entries from user. but it's possible to add or to remove filter rulez under the QTextEdit.
best regards
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have introduced wrong entry by the add, just pust toto --*--+---"'"' and add... wrong entry from ini file or input need be verified, but in all case read only is bad idea because it do hard the editing
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i think, for users with two left hands is bad idea to allow the direct editing of parameter field. of course You are right, for users, they know what they are doing, no problem. but for other cases... or, for example, typing error/mistakes.
what You think, if i build in the additional check button "expert mode"?
Last edit: E.Kalinowski 2013-12-01
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yes it's an solution, but for begginer mode, I suggest the screenshot.
It's screenshot of Ultracopier/Supercopier (my program), the code is under GPL3 for Qt5, and the user input is correctly checked.
Hi!
is it the "Scan Rules" options field?
best regards
Yes, I can't put directly my text into the QTextEdit
Hi!
it was implemented only as r/o. because of wrong entries from user. but it's possible to add or to remove filter rulez under the QTextEdit.
best regards
I have introduced wrong entry by the add, just pust toto --*--+---"'"' and add... wrong entry from ini file or input need be verified, but in all case read only is bad idea because it do hard the editing
i think, for users with two left hands is bad idea to allow the direct editing of parameter field. of course You are right, for users, they know what they are doing, no problem. but for other cases... or, for example, typing error/mistakes.
what You think, if i build in the additional check button "expert mode"?
Last edit: E.Kalinowski 2013-12-01
Yes it's an solution, but for begginer mode, I suggest the screenshot.
It's screenshot of Ultracopier/Supercopier (my program), the code is under GPL3 for Qt5, and the user input is correctly checked.
all right, R/W is ready for "git pull", but internal checking of entered params is not implemented.