Flexible GUI
25 Apr 2024 13:51 #299069
by JT
Replied by JT on topic Flexible GUI
That's pretty cool!
JT
JT
The following user(s) said Thank You: MennilTossFlykune
Please Log in or Create an account to join the conversation.
- MennilTossFlykune
- Away
- Junior Member
Less
More
- Posts: 35
- Thank you received: 25
26 Apr 2024 17:03 #299125
by MennilTossFlykune
Replied by MennilTossFlykune on topic Flexible GUI
The following user(s) said Thank You: Roguish, tommylight, besriworld, travis036, Grotius, blazini36, JT, rdtsc
Please Log in or Create an account to join the conversation.
26 Apr 2024 21:59 #299153
by JT
Replied by JT on topic Flexible GUI
That's awesome!
How did you do the plotter?
JT
How did you do the plotter?
JT
Please Log in or Create an account to join the conversation.
- MennilTossFlykune
- Away
- Junior Member
Less
More
- Posts: 35
- Thank you received: 25
27 Apr 2024 15:48 - 27 Apr 2024 20:41 #299195
by MennilTossFlykune
Replied by MennilTossFlykune on topic Flexible GUI
Last edit: 27 Apr 2024 20:41 by MennilTossFlykune.
The following user(s) said Thank You: tommylight, JT
Please Log in or Create an account to join the conversation.
07 May 2024 14:13 #300041
by JT
Replied by JT on topic Flexible GUI
I've made a lot of improvements to Flex GUI in the last few weeks and with some help you can create a button, checkbutton, checkbox or radio button that controls a hal out pin. I've got almost all status labels that return a float have the precision set to 3 for metric and 4 for inch and if you specify the precision in a Dynamic Property then Flex uses that instead of the default.
JT
JT
Please Log in or Create an account to join the conversation.
14 Jun 2024 13:00 - 14 Jun 2024 13:14 #303006
by JT
Replied by JT on topic Flexible GUI
Flex GUI is up to version 0.8.0 and includes MDI buttons now.
Flex GUI is for folks that want just what they want in a GUI, no more no less.
JT
Flex GUI is for folks that want just what they want in a GUI, no more no less.
JT
Last edit: 14 Jun 2024 13:14 by JT.
Please Log in or Create an account to join the conversation.
14 Jun 2024 18:58 #303018
by Grotius
Replied by Grotius on topic Flexible GUI
@JT,
In a few post earlyer you mentioned:
Qt Creator is for C++ and Qt Designer is for python.
The qt designer creates .ui files that can be used with qt creator.
The link is broken:
gnipsel.com/linuxcnc/flex/index.html
Made a new link for you:
gnipsel.com/linuxcnc/flexgui/index.html
github link
I want to say, i really like your work. A few years ago when i started linuxcnc,
i followed your gtk course gnipsel.com/glade/index.html.
I think you can also do widget overlay in the gremlin screen these days to show dro's.
In a few post earlyer you mentioned:
Qt Creator is for C++ and Qt Designer is for python.
The qt designer creates .ui files that can be used with qt creator.
The link is broken:
Made a new link for you:
gnipsel.com/linuxcnc/flexgui/index.html
github link
I want to say, i really like your work. A few years ago when i started linuxcnc,
i followed your gtk course gnipsel.com/glade/index.html.
I think you can also do widget overlay in the gremlin screen these days to show dro's.
The following user(s) said Thank You: JT
Please Log in or Create an account to join the conversation.
14 Jun 2024 20:09 - 14 Jun 2024 20:10 #303023
by JT
Replied by JT on topic Flexible GUI
I updated the links in the first posts.
Now if I can figure out how to code a plotter Flex GUI will be complete.
JT
Now if I can figure out how to code a plotter Flex GUI will be complete.
JT
Last edit: 14 Jun 2024 20:10 by JT.
Please Log in or Create an account to join the conversation.
15 Jun 2024 09:33 #303042
by Grotius
Replied by Grotius on topic Flexible GUI
@JT,
Do you want to code a new plotter or what are your ingredients?
Do you want to code a new plotter or what are your ingredients?
Please Log in or Create an account to join the conversation.
15 Jun 2024 09:57 #303043
by JT
JT
Replied by JT on topic Flexible GUI
I need to get a plotter to work with PyQt6. I would like to use OpenGL with the QOpenGLWidget. If possible use LinuxCNC libraries to parse the G code. How Flex GUI works is if a widget is found then the code is attached to it so in the case of a plotter if a container with an object name of plot_widget is found then the plotter is inserted into the plot_widget container. Any help is much appreciated.@JT,
Do you want to code a new plotter or what are your ingredients?
JT
The following user(s) said Thank You: Grotius
Please Log in or Create an account to join the conversation.
Time to create page: 0.104 seconds