Сustomization QTvcp

More
29 May 2020 11:36 #169305 by tommylight
Replied by tommylight on topic Сustomization QTvcp
Sim do not like jogging before homing.
Open sim, home all, then jog.

Please Log in or Create an account to join the conversation.

More
29 May 2020 13:14 #169313 by hottabich
Replied by hottabich on topic Сustomization QTvcp
Thanks for the tip! When working with the machine, this is not observed. Excuse for troubling.

Please Log in or Create an account to join the conversation.

More
07 Jun 2020 14:35 #170487 by hottabich
Replied by hottabich on topic Сustomization QTvcp
Hello! In the latest edition of QtDragon, replace the qtdragon_dark.qss file with the attached one. It will become like in the screenshot.
Attachments:
The following user(s) said Thank You: tommylight

Please Log in or Create an account to join the conversation.

More
17 Sep 2020 06:47 #182511 by hottabich
Replied by hottabich on topic Сustomization QTvcp
It seems like a simple task but I can't do it. I decided to add Fullscreen in QtDragon. Please tell me what I'm doing wrong? As a sample I took from x1mill.

Please Log in or Create an account to join the conversation.

More
18 Sep 2020 05:19 #182609 by cmorley
Replied by cmorley on topic Сustomization QTvcp
Seems the error indicates there is a layout missing.
The widget that gets moved must be in a layout in the original position.
The layout is a placeholder so the moved widget can go back in the same place.

Please Log in or Create an account to join the conversation.

More
18 Sep 2020 12:19 - 18 Sep 2020 17:36 #182638 by hottabich
Replied by hottabich on topic Сustomization QTvcp
Thanks for your attention! As I understand it, you need to correctly specify the path gcode_graphics in widgetswitcher (widget_list). I do everything the same way with x1mill. But it doesn't work. Here is the code in the handler: x1mill
def full_screen(self, state):
        if state:
            self.w.stackedWidget_0.setCurrentIndex(1)
            self.w.widgetswitcher.show_id_widget(1)
        else:
            self.w.stackedWidget_0.setCurrentIndex(0)
            self.w.widgetswitcher.show_id_widget(0)
or qtdragon
def full_screen(self, state):
        if state:
            self.w.stackedWidget_2.setCurrentIndex(1)
            self.w.widgetswitcher.show_id_widget(1)
        else:
            self.w.stackedWidget_2.setCurrentIndex(0)
            self.w.widgetswitcher.show_id_widget(0)
plus sceenshot. Probably wrong with the panels, I'll figure it out. So it happened, made a hybrid x1mill + qtdragon, fixed it.
Last edit: 18 Sep 2020 17:36 by hottabich.

Please Log in or Create an account to join the conversation.

More
26 Sep 2020 08:52 #183807 by hottabich
Replied by hottabich on topic Сustomization QTvcp
Hello! Please help me make a full screen in QtDragon. I'm out of
variant. The brain boils with confusion. Thanks!
Attachments:

Please Log in or Create an account to join the conversation.

More
26 Sep 2020 20:29 #183879 by cmorley
Replied by cmorley on topic Сustomization QTvcp
try this.
The problem was, the widgetswitcher pages did not have layouts set in them.
You can tell by the red circle-with-slash icon in the Object inspector list.

I set it up so any main tab can be 'full screen' rather then just the gcode graphics display.
You could change that if you don't like it.

Chris
Attachments:
The following user(s) said Thank You: hottabich

Please Log in or Create an account to join the conversation.

More
27 Sep 2020 06:15 - 27 Sep 2020 12:07 #183935 by hottabich
Replied by hottabich on topic Сustomization QTvcp
There are no words for gratitude! Everything works as desired! I realized my mistake. After the alteration, you need to comment on these lines in qtdragon_postgui.hal
#net tool-change      hal_manualtoolchange.change   <=  iocontrol.0.tool-change 
#net tool-changed     hal_manualtoolchange.changed  <=  iocontrol.0.tool-changed
#net tool-prep-number hal_manualtoolchange.number   <=  iocontrol.0.tool-prep-number
.What's wrong?
Here's a worker qtdragon (1024x768) in window x1Mill. In the images folder is missing probe_help.png (did not fit the file size). There are two widgets in the replace folder. Thanks again !!!
Attachments:
Last edit: 27 Sep 2020 12:07 by hottabich.

Please Log in or Create an account to join the conversation.

More
27 Sep 2020 07:53 #183939 by cmorley
Replied by cmorley on topic Сustomization QTvcp
make sure 'tool_dialog' is selected in the screenoptions widget's properties.
Other wise the HAL pins for the tool dialog is not made.

Chris
The following user(s) said Thank You: hottabich

Please Log in or Create an account to join the conversation.

Moderators: cmorley
Time to create page: 0.142 seconds
Powered by Kunena Forum