[Interest] documentation for QString::right(int n) confuse

2013-06-03 Thread Duan,Lin
here it says: QString QString::right(int n) const Returns a substring that contains the n rightmost characters of the string. The entire string is returned if n is greater than size

[Interest] QGraphicsRotation in QGraphicsViewScene

2012-09-12 Thread Duan,Lin
Hello list, I want to Rotate my QGraphicsItem by the axis behind the screen. As graph follow: [cid:image001.gif@01CD9107.6082B5F0] My code like this: QGraphicsItem* m_item = new QGraphicsItem_subclass(); QGraphicsRotation* m_rotation = new QGraphicsRotation();; QPropertyAnimation* m_animation =

[Interest] when using QtDBus

2012-08-02 Thread Duan,Lin
When I broadcast a group of data to more than 10 receivers(all on a same bus), then how DBus perform it? It send the data one by one or there have a mechanism for delivering? Thank you for whatever. Duanlin@China ___ Interest mailing list Interest@qt-

[Interest] What's meaning of "{ 1 , ? }" in QtCreator 2.4.1

2012-05-01 Thread Duan,Lin
Greetings, I am using Qt Creator with MinGW tool chain for developing programs for a long time. I saw the "{ 1 , ? }" appears in application output dock window every time, when application ended. What's meaning? Of this "{ 1 , ? }"? I searched it in help documentation, it not be mentioned. Dua