Re: [Interest] PropertyAction doesn't work with anchors

2015-08-05 Thread Ruslan Moukhlynin
.html On Thu, Aug 6, 2015 at 1:58 AM, Ruslan Moukhlynin <mailto:rus...@khvmntk.ru>> wrote: Unfortunately that doesn't work too. I've tried: in states: ... AnchorChanges { target: rect anchors { top: undefined

Re: [Interest] PropertyAction doesn't work with anchors

2015-08-05 Thread Ruslan Moukhlynin
: "anchors" } ... 05.08.2015 17:52, Dmitry Volosnykh пишет: What if you specify a single property: "anchors" and set it to object value: { "bottom": 100; "top": 100 } PS. Just a suggestion. Have not done something similar by myself. On Wed, Aug 5, 2015 at 2:33 AM, R

[Interest] PropertyAction doesn't work with anchors

2015-08-04 Thread Ruslan Moukhlynin
other properties but not with anchors. -- With best regards, Ruslan Moukhlynin ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Custom QQuickItem with smooth painting

2015-01-27 Thread Ruslan Moukhlynin
cost though. If you don’t want to rely on multisampling, you need to create triangles along the edges of your line to “fake” an antialiased edge, like you already found out that the default rectangle implementation does. - cheers, Gunnar On 27 Jan 2015, at 02:49, Ruslan Moukhlynin <ma

Re: [Interest] Storage path on Android

2015-01-26 Thread Ruslan Moukhlynin
The default storage path you cat get with |QStandardPaths::​ writableLocation(QStandardPaths::AppDataLocation)| For list of mounted drives see this link http://doc-snapshot.qt-project.org/qt5-5.4/qstorageinfo.html Sorry, I can't check it on real Android device for now 26.01.2015 16:17, Igor Mi

[Interest] Custom QQuickItem with smooth painting

2015-01-26 Thread Ruslan Moukhlynin
Hi all! In my app I use some custom QML element, for simplicity it just a line. So I overrided QQuickItem::updatePaintNode and inside it I paint my element. QSGGeometry *geometry = new QSGGeometry(QSGGeometry::defaultAttributes_Point2D(), 2); geometry->setDrawingMode(GL_LINES); geometry->setLi

Re: [Interest] QML: onLoaded signal for QQuickWindow or QQmlApplicationEngine

2015-01-11 Thread Ruslan Moukhlynin
ready yet. 12.01.2015 16:32, Dmitry Volosnykh пишет: > Try to do that inside Component.onCompleted handler. Note that, however, if > you use images located remotely, then you should wait them to be loaded. > > On Jan 12, 2015 9:17 AM, ruslan wrote: >> Hello all! >> Is there

[Interest] QML: onLoaded signal for QQuickWindow or QQmlApplicationEngine

2015-01-11 Thread ruslan
Hello all! Is there any way to know when QML data was loaded into engine? In my QML app I want to make a screenshot after all the source was loaded. QQmlApplicationEngine engine; engine.loadData(data); QQuickWindow *rootObject = qobject_cast(p_engine.rootObjects().first()); QImage image = rootOb

Re: [Interest] Run Qt Widget program with minimal Xorg installation on Linux

2015-01-09 Thread ruslan
sync0-dev libxcb-render-util0 libxcb-render-util0-dev libxcb-xfixes0-dev After these packages were installed I can run both Qt Widget and QML application without problem. Thank you all guys for participating. 09.01.2015 23:30, RzR ???: > On Fri, Jan 9, 2015 at 6:40 AM, ruslan wrote:

Re: [Interest] Run Qt Widget program with minimal Xorg installation on Linux

2015-01-09 Thread ruslan
rs as when I run it in BlackBox. I'll try to connect to X session on remote server with SSH and port forwarding but I still think the problem in X server itself. It looks like it misses something important. 09.01.2015 22:49, René J.V. Bertin ???: > On Friday January 09 2015 22:12:22

Re: [Interest] Run Qt Widget program with minimal Xorg installation on Linux

2015-01-09 Thread ruslan
can't understand what I miss on my VPS in comparisson with my works machine. Ok, I use there KDE as WM and on VPS it's Blackbox. 09.01.2015 19:40, René J.V. Bertin ???: > On Friday January 09 2015 16:36:54 ruslan wrote: >> It was addressbook from Qt Examples. >> Now I&

Re: [Interest] Run Qt Widget program with minimal Xorg installation on Linux

2015-01-08 Thread ruslan
see a window or rather window frame without content. It looks like window content is transparent and copies desktop image when I move the window. The window size and title are right. 09.01.2015 15:46, Thiago Macieira ???: > On Friday 09 January 2015 15:40:53 ruslan wrote: >> running a s

[Interest] Run Qt Widget program with minimal Xorg installation on Linux

2015-01-08 Thread ruslan
nsole program on remote server? -- --- /Best regards, Ruslan/ ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] WebView desktop behavior

2014-03-25 Thread Ruslan Nigmatullin
issues? P.S. Removed all html entities as mailman doesn't support it -- Ruslan Nigmatullin ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] WebView desktop behavior

2014-03-25 Thread Ruslan Nigmatullin
lect the text: I've tried to set Flickable's pressDelay and interactive properties. (I'm using QtQuick.Controls.ScrollView so I'm not interested in flickable behavior at all).My be I've missed something or tickets in bugtracker shoul