looninho

Results 12 comments of looninho

Not `valueChanged` because I want to prevent continuous emit value when I move the slider, I use `sliderReleased` for that. But sometime the value is not accurate by moving the...

FOUND: one have to addd this line after `setValue()`: `my_slider.setHandleLabelPosition(1)`

Hi, I have the same issue. I subclass the QLabelsRangeSlider and I want a mousepress event to send selected handle idx signal. I tested with the hover event by overloading...

FOUND! Use `QLabeledRangeSlider._slider.sliderReleased.connect(yourSlot)`

@tlambert03 : OK. Is subclassing QAbstractSlider the problem? Because all "labeled" version use it and have this issue. This issue doesn't exist in the "no labeled" version.

Hi, maybe question for @derekyu56: did you use rs485 physical link? If yes, did you use bus termination even if there is only 1 slave device on the bus? I...

thank you! Le jeu. 23 avr. 2020 à 20:26, derekyu56 a écrit : > I used a RS232 to RS485 dongle from HMS. It is a direct connection to one...

Hi Eric, thank you for sharing you project. I have an auduino CAN shield that I want to add it to hw list. Is it correct that the frame expected...

Hi, Does this issue is in working? I have my video clip flipped in the highest dimension (horizontal flip if in landscape). the clip is recorded with a smartphone and...

Hi I have this issue too. I have added my ssh public key to github.com and I'm able to pull the Robotics-Nav2-SLAM-Example but it stucks again when it try to...