Is QtVCP better than QtPyVCP ?
14 May 2024 08:42 #300562
by timaer
Is QtVCP better than QtPyVCP ? was created by timaer
Hello,everyone,I 'm considering using QtPyvcp or QtVCP design my machine's UI ,and I know the QTVCP is able to completely customize,but I 'm not sure if QtPyVCP does since there is little doc about it in the official site.So,my question is maybe QtPyVCP is use python and QtVCP using c++,I prefer to use python because it 's much easier ,but I wonder there is shortcoming or some limit with QtPyVCP comparing to QtVCP ,any comment is welcome,thanks
Please Log in or Create an account to join the conversation.
14 May 2024 08:55 #300563
by Aciera
Replied by Aciera on topic Is QtVCP better than QtPyVCP ?
As far as I am aware they both use Python but have been developed by different people. QtVCP is part of linuxcnc while QtPyVCP is an external project.
forum.linuxcnc.org/qtpyvcp/40986-differe...vcp-and-qtvcp#193481
forum.linuxcnc.org/qtpyvcp/40986-differe...vcp-and-qtvcp#193481
The following user(s) said Thank You: timaer
Please Log in or Create an account to join the conversation.
14 May 2024 09:13 #300564
by timaer
Replied by timaer on topic Is QtVCP better than QtPyVCP ?
is QtVCP also using python?
Please Log in or Create an account to join the conversation.
14 May 2024 09:31 #300565
by Aciera
Replied by Aciera on topic Is QtVCP better than QtPyVCP ?
Yes:
linuxcnc.org/docs/html/gui/qtvcp.htmlIt displays a
file built with Qt Designer screen editor and combines this with Python programming to create a GUI screen for running a CNC machine..ui
The following user(s) said Thank You: timaer
Please Log in or Create an account to join the conversation.
14 May 2024 09:34 #300566
by timaer
Replied by timaer on topic Is QtVCP better than QtPyVCP ?
Thanks,so,if it is not including C++,I would prefer QtVCP
Please Log in or Create an account to join the conversation.
15 May 2024 05:11 #300645
by rodw
Replied by rodw on topic Is QtVCP better than QtPyVCP ?
Qtvcp is much better documented on the Linuxcnc web site. The qtdragon GUI is very good.
The GUI's typpically don't use C++ but the real time side of linuxcnc (Components and core code) is based on C. Some parts are in C++ but the core code predates C++
The GUI's typpically don't use C++ but the real time side of linuxcnc (Components and core code) is based on C. Some parts are in C++ but the core code predates C++
The following user(s) said Thank You: timaer
Please Log in or Create an account to join the conversation.
15 May 2024 05:49 #300653
by timaer
Replied by timaer on topic Is QtVCP better than QtPyVCP ?
Thanks,I'm going to use QtVCP!
The following user(s) said Thank You: rodw
Please Log in or Create an account to join the conversation.
Time to create page: 0.076 seconds