Flexible GUI
- JT
-
Topic Author
- Away
- Administrator
-
Less
More
- Posts: 939
- Thank you received: 483
01 Aug 2024 09:08 #306593
by JT
Replied by JT on topic Flexible GUI
Thank you so much that is a HUGE help.
JT
JT
Please Log in or Create an account to join the conversation.
- JT
-
Topic Author
- Away
- Administrator
-
Less
More
- Posts: 939
- Thank you received: 483
01 Aug 2024 13:55 #306620
by JT
Replied by JT on topic Flexible GUI
@MennilTossFlykune do you know if it's possible to zoom to the machine extents (the red box) with a pushbutton?
Please Log in or Create an account to join the conversation.
- JT
-
Topic Author
- Away
- Administrator
-
Less
More
- Posts: 939
- Thank you received: 483
09 Aug 2024 14:47 #307365
by JT
JT
Replied by JT on topic Flexible GUI
JT
Please Log in or Create an account to join the conversation.
- stefan63
-
- Away
- Senior Member
-
Less
More
- Posts: 68
- Thank you received: 23
11 Aug 2024 16:05 #307480
by stefan63
Replied by stefan63 on topic Flexible GUI
Looking great, I'm following this project with interest!
Thank you for your efforts!
/Stefan
Thank you for your efforts!
/Stefan
The following user(s) said Thank You: JT
Please Log in or Create an account to join the conversation.
- JT
-
Topic Author
- Away
- Administrator
-
Less
More
- Posts: 939
- Thank you received: 483
14 Aug 2024 12:59 #307712
by JT
Replied by JT on topic Flexible GUI
Attachments:
The following user(s) said Thank You: tommylight, besriworld
Please Log in or Create an account to join the conversation.
- JT
-
Topic Author
- Away
- Administrator
-
Less
More
- Posts: 939
- Thank you received: 483
18 Aug 2024 14:22 #308072
by JT
Replied by JT on topic Flexible GUI
I added a drill speed and feed calculator.
JT
JT
The following user(s) said Thank You: onceloved
Please Log in or Create an account to join the conversation.
- JT
-
Topic Author
- Away
- Administrator
-
Less
More
- Posts: 939
- Thank you received: 483
17 Sep 2024 10:22 - 17 Sep 2024 10:23 #310297
by JT
Replied by JT on topic Flexible GUI
Last edit: 17 Sep 2024 10:23 by JT.
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
- blazini36
- Away
- Platinum Member
-
Less
More
- Posts: 958
- Thank you received: 162
06 Jan 2025 04:44 #318191
by blazini36
Replied by blazini36 on topic Flexible GUI
Is there any mechanism to use a qstackedwidget and some pushbuttons instead of the tab widget? I suppose you generally need to stuff some python in there to use the former.
Please Log in or Create an account to join the conversation.
- JT
-
Topic Author
- Away
- Administrator
-
Less
More
- Posts: 939
- Thank you received: 483
06 Jan 2025 10:49 #318205
by JT
Replied by JT on topic Flexible GUI
I have used a QStackedWidget before but not in this project and yes you need to code the buttons to change pages. I'm assuming you have a small monitor and the tabs from a QTabWidget take up too much space?
JT
JT
Please Log in or Create an account to join the conversation.
- blazini36
- Away
- Platinum Member
-
Less
More
- Posts: 958
- Thank you received: 162
06 Jan 2025 11:46 #318208
by blazini36
Can stuff like "view_dro_cb" be a pushbutton that is set to checkable rather than a checkbox?
Replied by blazini36 on topic Flexible GUI
Nah, it's a 16" touchscreen and a good portion of the controls will be in the hardware. I'm just not a huge fan of tab widgets, when the handles are large enough to be useable on a touchscreen they waste space, plus all of the handles are in 1 spot, vs pushbuttons that can be anywhere. I'm just getting rolling so they'll work for now.I have used a QStackedWidget before but not in this project and yes you need to code the buttons to change pages. I'm assuming you have a small monitor and the tabs from a QTabWidget take up too much space?
JT
Can stuff like "view_dro_cb" be a pushbutton that is set to checkable rather than a checkbox?
Please Log in or Create an account to join the conversation.
Time to create page: 0.102 seconds