Re: [Interest] Unique - Hardware bound - ID

2013-05-16 Thread Konrad Rosenbaum
Just in case, two things I forgot: Many (if not most) computers have several MAC addresses. The laptop I'm writing this on has six network interfaces, four with a hardware address and of those three with an actual MAC: * Ethernet device (built in, fixed MAC, which I did not bother to change)

Re: [Interest] Unique - Hardware bound - ID

2013-05-16 Thread Konrad Rosenbaum
Hi, On Thursday 16 May 2013 01:14:40 you wrote: Some discouragement (from personal experience): - often systems have more then 1 network card and do not guarantee that they will return the same MAC addresses even after simple reboot (Windows XP as an example) not even counting different

Re: [Interest] Particles Emitter, emit signal when particle life is expired?

2013-05-16 Thread Sletta Gunnar
On May 14, 2013, at 9:58 AM, Mark mark...@gmail.com wrote: On Sun, May 12, 2013 at 2:08 PM, Mark mark...@gmail.com wrote: Hi, I'm browsing through the Emitter API while searching for some way to get notified when a particle is expired. What i'm having is one emitter that emits 1

Re: [Interest] Qt Sensors, can it support CPU, GPU and HDD sensors as well?

2013-05-16 Thread Thomas McGuire
Hi Matt, On Tuesday 14 May 2013 10:54:46 Mark wrote: While looking through the Qt Sensors docs i find that to be very much focused on mobile device sensors as in phones, tablets and everything in between. Yep, that has indeed between the primary and only use-case for QtSensors so far.

[Interest] QTabWidget Vertical writing

2013-05-16 Thread Sujan Dasmahapatra
I want to have the QTabWidget vertically...Mean they should vertical and Tab1 Tab2 text should also be vertical. How can we achieve this. Any help is highly appreciated. Thanks -- Thanks Regards Sujan ___ Interest mailing list Interest@qt-project.org

Re: [Interest] QTabWidget Vertical writing

2013-05-16 Thread Yves Bailly
Le 16/05/2013 11:47, Sujan Dasmahapatra a écrit : I want to have the QTabWidget vertically...Mean they should vertical and Tab1 Tab2 text should also be vertical. How can we achieve this. Any help is highly appreciated. Thanks Have a look at QTabWidget::TabPosition and

Re: [Interest] QTabWidget Vertical writing

2013-05-16 Thread Sujan Dasmahapatra
Can the tabText be vertical with QTabWidget::setTabPosition(). I need the TabText to be vertical. On Thu, May 16, 2013 at 5:54 PM, Yves Bailly yves.bai...@sescoi.fr wrote: Le 16/05/2013 11:47, Sujan Dasmahapatra a écrit : I want to have the QTabWidget vertically...Mean they should vertical

Re: [Interest] QTabWidget Vertical writing

2013-05-16 Thread R. Reucher
On Thursday 16 May 2013 11:56:59 Sujan Dasmahapatra wrote: Can the tabText be vertical with QTabWidget::setTabPosition(). I need the TabText to be vertical. For QTabWidget::West and QTabWidget::East, the tab's title text is drwan vertically, for North and South it's drawn horizontally. Be

[Interest] How to know QSharedMemory maximum system allowed size

2013-05-16 Thread Calogero Mauceri
Hi all, I'm using QSharedMemory to share data between different processes. I found out that there is a limit to the maximum size a shared memory segment can be. On Mac OS for example the QSharedMemory::create returned an error like system-imposed size restrictions. Is there a way

Re: [Interest] Unique - Hardware bound - ID

2013-05-16 Thread Rutledge Shawn
On 15 May 2013, at 12:52 PM, Konrad Rosenbaum wrote: Some words of caution: MAC addresses can be changed in software. Depending on your paranoia level you may not want to rely on them - in that case you may want to think about hardware dongles to secure your app. You could maybe try to use

Re: [Interest] QTabWidget Vertical writing

2013-05-16 Thread Sujan Dasmahapatra
Thanks Rene let me try this On Thu, May 16, 2013 at 3:31 PM, R. Reucher rene.reuc...@batcom-it.netwrote: ** On Thursday 16 May 2013 11:56:59 Sujan Dasmahapatra wrote: Can the tabText be vertical with QTabWidget::setTabPosition(). I need the TabText to be vertical. For

Re: [Interest] Particles Emitter, emit signal when particle life is expired?

2013-05-16 Thread Mark
On Thu, May 16, 2013 at 9:37 AM, Sletta Gunnar gunnar.sle...@digia.com wrote: On May 14, 2013, at 9:58 AM, Mark mark...@gmail.com wrote: On Sun, May 12, 2013 at 2:08 PM, Mark mark...@gmail.com wrote: Hi, I'm browsing through the Emitter API while searching for some way to get notified when

[Interest] Corner Widget not visible

2013-05-16 Thread Sujan Dasmahapatra
I have set a QTabWidget on QMainWindow .ui. And then in main function setting a corner widget a QPushButton as below QPushButton *button = new QPushButton(AddPage,this); button-setGeometry(0,0,120,20); ui-setupUi(this); ui-tabWidget-setCornerWidget(button,Qt::TopRightCorner);

Re: [Interest] QtQuick Controls: custom styling

2013-05-16 Thread Josh Faust
Is this expected? Is custom styling not a supported feature? Did some more digging, it looks like I should now be extending from the specific control's style, which works fine. However, there are some styles that do not exist in the qmldir. Is that on purpose for specific styles, or should all

Re: [Interest] QtQuick Controls: custom styling

2013-05-16 Thread Bache-Wiig Jens
On May 16, 2013, at 11:44 PM, Josh Faust jfa...@suitabletech.com wrote: Is this expected? Is custom styling not a supported feature? Did some more digging, it looks like I should now be extending from the specific control's style, which works fine. However, there are some styles that

Re: [Interest] QtQuick Controls: custom styling

2013-05-16 Thread Josh Faust
Yes. Not everything will be style capable in the first release. But keep in mind that ToolButton is pretty much simply a custom styled Button, so there is not much point in exposing it when you can simply use a custom styled Button instead. The ToolBarStyle and StatusBarStyle is also

[Interest] Q_PROPERTY notification across processes?

2013-05-16 Thread Charley Bay
I have a C++ QObject-derived class that exposes properties for use in QML, works fine (Qt5). WHAT I WANT: I would like to instantiate an instance of this class in each of two processes, where changes in one notifies the other (in the other process). This is logically something like

[Interest] Increase width of tab in QTabWidget

2013-05-16 Thread Sujan Dasmahapatra
how can I incraese width of tab in QTabWidget?. Is it possible. Any suggestion is appreciated. -- Thanks Regards Sujan ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Increase width of tab in QTabWidget

2013-05-16 Thread Alex Malyushytskyy
You may create your own style. example can be found at: http://harmattan-dev.nokia.com/docs/library/html/qt4/stylesheet-examples.html#customizing-qtabwidget-and-qtabbar You can specify left and right margins or minimum width for example. Regards, Alex On Thu, May 16, 2013 at 7:02 PM, Sujan

Re: [Interest] Q_PROPERTY notification across processes?

2013-05-16 Thread Constantin Makshin
If these processes will be on different systems, then I doubt that you have any choice. :-) On May 17, 2013 5:27 AM, Charley Bay charleyb...@gmail.com wrote: I have a C++ QObject-derived class that exposes properties for use in QML, works fine (Qt5). WHAT I WANT: I would like to instantiate

Re: [Interest] Q_PROPERTY notification across processes?

2013-05-16 Thread Tony Rietwyk
Hi Charley, You didn't say which type of systems this will be running on? What about QtDBus using a direct connection between the applications, instead of the system-wide bus? Even if that doesn't work for you, it has solved many of the same problems, and needed over 20,000 lines

Re: [Interest] Q_PROPERTY notification across processes?

2013-05-16 Thread Constantin Makshin
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. On May 17, 2013 8:01 AM, Tony Rietwyk t...@rightsoft.com.au wrote: Hi Charley, ** ** You didn't say which type of systems this will be running