Re: [Development] How to speed up QML for KDE5 without QML compiler

2015-09-16 Thread Leslie Zhai
在 2015年09月16日 17:51, Konstantin Tokarev 写道: > 16.09.2015, 07:04, "Leslie Zhai" : >> Hi great Qt and KDE developers, >> >> I like QML, it is high speed development language, easy to create candy >> UI and not difficult to debug. KDE4 began to use it in some pr

[Development] How to speed up QML for KDE5 without QML compiler

2015-09-15 Thread Leslie Zhai
follow the Qt Quick Compiler`s resource.qrc way, so is it able to compile? for example, kickoff applet (the start menu of KDE5). -- Regards, Leslie Zhai - a KDE developer ___ Development mailing list Development@qt-project.org http://lists.qt

[Development] Qt5 QML TouchPoint pressure always return -1, but QWidget tabletEvent works well

2014-07-15 Thread Leslie Zhai
lot! -- Regards Leslie Zhai a KDE developer ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] NO effect setAttribute(Qt::WA_X11NetWmWindowTypeDock, true) for Qt5?

2014-05-02 Thread Leslie Zhai
relative libraries ... sort of thing Happy International Labour Day! Thanks for your reply again :) Regards, Leslie Zhai > Hi > On Wednesday 30 April 2014 10:32:15 Leslie Zhai wrote: >> Hi Qt developers, >> >> I migrated qtpanel from Qt4 to Qt

[Development] NO effect setAttribute(Qt::WA_X11NetWmWindowTypeDock, true) for Qt5?

2014-04-29 Thread Leslie Zhai
https://www.dropbox.com/s/dxt7z5ya26fr6ss/qtpanel-qt5.png I need to setWindowFlags(Qt::FramelessWindowHint | Qt::CustomizeWindowHint) to act like a dock for Qt5? but there is no need for Qt4. Please someone give me some advice, thanks a lot! Regards, Leslie Zhai

Re: [Development] qtwayland.pro is not able to support custom define enviroment variable

2014-04-15 Thread Leslie Zhai
CPLUS_INCLUDE_PATH? please someone give me some advice, thanks a lot! Regards, Leslie Zhai ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

[Development] qtwayland.pro is not able to support custom define enviroment variable?

2014-04-15 Thread Leslie Zhai
--cflags --libs xkbcommon -I/home/zhaixiang/wayland/include -L/home/zhaixiang/wayland/lib -lxkbcommon Does qtwayland.pro support custom define enviroment variable? Please someone give me some advice, thanks a lot! Regards, Leslie Zhai ___ Development

[Development] Does Qt5 support multiple touch devices for X Window?

2013-10-29 Thread Leslie Zhai
Hi qt developers && users, Does Qt5 support multiple touch devices for X Window? For example, 9 projected capacitive touch screen devices experienced as a super big touch screen, shown as below link: https://raw.github.com/xiangzhai/myblog/master/MTX11-Note/mtm.jpg When I touched the FIRST scree

[Development] how to double buffer for qt3

2013-10-23 Thread Leslie Zhai
Hi qt developers, I know qt3 is too old, but there are some projects still developed by it. I know how to use Xext double buffer https://github.com/xiangzhai/myblog/blob/master/MTX11-Note/myxwin.cpp#L61 but have no idea about qt3 for drawing ellipse with moving mouse`s position. The source code s