Re: [Interest] Qt and MSVC 2013

2013-12-06 Thread BIRD Neil
From: Michael Jackson, Sent: Thursday, November 28, 2013 3:34 PM The VS Plugin also made the debugger a bit more sane in that Qt types were visualized much better in the VS Debugger. You don't need the plugin for that; you can customise the debugger visualisations yourself. E.g.,

Re: [Interest] Slider value question

2013-12-06 Thread Damian Ivanov
Hi Harish, Thanks for your answer. How can I block the signals ? 2013/12/6 Harish Surana suran...@gmail.com: You need to block signals of slider when you are setting value programmatic .. On Fri, Dec 6, 2013 at 11:58 AM, Damian Ivanov damianator...@gmail.com wrote: Hi all, I have a

Re: [Interest] Qt and MSVC 2013

2013-12-06 Thread Charley Bay
Michael Jackson wrote: The VS Plugin also made the debugger a bit more sane in that Qt types were visualized much better in the VS Debugger. BIRD Neil responded: You don't need the plugin for that; you can customise the debugger visualisations yourself. E.g.,

Re: [Interest] Slider value question

2013-12-06 Thread deDietrich Gabriel
Hi Damian, On Dec 6, 2013, at 11:58 AM, Damian Ivanov damianator...@gmail.commailto:damianator...@gmail.com wrote: I have a question regarding the Slider element form Controls: Slider { minimumValue: 30 maximumValue: 100

Re: [Interest] Slider value question

2013-12-06 Thread Damian Ivanov
Hi Gabriel, Thanks! Worked perfectly :) 2013/12/6 deDietrich Gabriel gabriel.dedietr...@digia.com: Hi Damian, On Dec 6, 2013, at 11:58 AM, Damian Ivanov damianator...@gmail.com wrote: I have a question regarding the Slider element form Controls: Slider {

Re: [Interest] Slider value question

2013-12-06 Thread Damian Ivanov
Sry again, it worked, but now Slider {id:opacitySlider; minimumValue:30; maximumValue:100; stepSize:1; } Binding {target:testSettings; property:testOpacity; value:opacitySlider.value} } this works no loop, but the slider is by default set to 0.0 but the

Re: [Interest] Slider value question

2013-12-06 Thread Tomasz Olszak
2013/12/6 Damian Ivanov damianator...@gmail.com Sry again, it worked, but now Slider {id:opacitySlider; minimumValue:30; maximumValue:100; stepSize:1; } Binding {target:testSettings; property:testOpacity; value:opacitySlider.value} } this works no

Re: [Interest] Slider value question

2013-12-06 Thread Damian Ivanov
Thanks! 2013/12/6 Tomasz Olszak olszak.tom...@gmail.com: 2013/12/6 Damian Ivanov damianator...@gmail.com Sry again, it worked, but now Slider {id:opacitySlider; minimumValue:30; maximumValue:100; stepSize:1; } Binding {target:testSettings;