[Interest] change of only one tab in QTabWidget

2013-05-17 Thread Sujan Dasmahapatra
How can I change the width of only one tab in QTabWidget?. With the below code all tabs width is changing. setStyleSheet( "QTabBar::tab { width: 25px; height: " + QString::number(eachTabHeight) + "px; }" ); I want to change the width of one particular tab say for index 2. Please let me know if it's

Re: [Interest] Q_PROPERTY notification across processes?

2013-05-17 Thread Constantin Makshin
Oh, yes, you're right. I was confused by the "Introduction to D-Bus" section of the D-Bus web site, probably some parts of it are too outdated. Sorry for spreading that confusion. :-) On May 17, 2013 1:42 PM, "Mandeep Sandhu" wrote: > > On Fri, May 17, 2013 at 9:55 AM, Constantin Makshin wrote: >

Re: [Interest] Custom-shaped QDialog or similar

2013-05-17 Thread Joseph Crowell
This would be easiest with Qt Quick but the shaped clock example is a good starting point if you want to use widgets. On 5/18/2013 12:19 AM, Sensei wrote: Dear all, I'd like to try something new for an application: having a custom shaped dialog for some options. You can see my desire in the a

Re: [Interest] Q_PROPERTY notification across processes?

2013-05-17 Thread Thomas Sondergaard
On 17-05-2013 11:42, Mandeep Sandhu wrote: > > On Fri, May 17, 2013 at 9:55 AM, Constantin Makshin > wrote: > > Charley said that in most cases his applications will be run on > different computers, so D-Bus won't help him since it doesn't work > over network

[Interest] Custom-shaped QDialog or similar

2013-05-17 Thread Sensei
Dear all, I'd like to try something new for an application: having a custom shaped dialog for some options. You can see my desire in the attachment. Now, what do you suggest to do that? I am lost here! Using a QDialog maybe? But how can I position it exactly where I'd like? Should this be mo

Re: [Interest] Q_PROPERTY notification across processes?

2013-05-17 Thread Mandeep Sandhu
On Fri, May 17, 2013 at 12:02 PM, alexander golks wrote: > Am Fri, 17 May 2013 08:16:36 +0200 > schrieb Yves Bailly : > > > Le 17/05/2013 03:27, Charley Bay a écrit : > > > I have a C++ QObject-derived class that exposes properties for use in > QML, works fine (Qt5). > > > > > > WHAT I WANT: > >

Re: [Interest] Q_PROPERTY notification across processes?

2013-05-17 Thread Mandeep Sandhu
On Fri, May 17, 2013 at 9:55 AM, Constantin Makshin wrote: > Charley said that in most cases his applications will be run on different > computers, so D-Bus won't help him since it doesn't work over network. > DBus can work over the network. You just need a to specify a network address instead of