[Interest] [Qt6] Does Design Studio 2.3 support SCXML?

2022-02-02 Thread Vincent Hui
-static example into .qmlproject project? Best regards, Vincent ___ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest

Re: [Interest] Qt Creator: Find all usages of a class

2020-01-06 Thread Vincent Hui
Perhaps you will be interested in this discussion <https://github.com/CoatiSoftware/Sourcetrail/issues/834>. Thanks, Vincent On Mon, 6 Jan 2020 at 23:14, André Hartmann wrote: > I stand corrected. > > > According to https://github.com/CoatiSoftware/qtc-sourcetrail such a

Re: [Interest] Qt 5.13.1

2019-08-28 Thread Vincent Hui
https://lists.qt-project.org/pipermail/releasing/2019-August/002675.html On Wed, 28 Aug 2019 at 02:23, ekke wrote: > Hi, > > any ideas when Qt 5.13.1 will be available ? > > thx for infos > > ekke > > ___ > Interest mailing list > Interest@qt-project.o

Re: [Interest] QML vs Electron

2018-08-06 Thread Vincent Hui
Do the royalties apply for desktop and mobile applications too? If I am right, the royalties do apply for only embedded devices. The royalties are paid by buying Qt for Device Creation Distribution Licenses. On 7 August 2018 at 06:57, Roland Hughes wrote: > > > On 08/06/2018 05:36 PM, ekke wro

Re: [Interest] [Qt3d] Scene camera manipulation

2018-03-13 Thread Vincent Hui
Hi Saif, Perhaps, you can find answers from source code of qt3d-editor <http://code.qt.io/cgit/qt-labs/qt3d-editor.git/> and qt 3d studio. Those are built on top of Qt 3D. Cheers, Vincent On 13 March 2018 at 21:03, Saif Suleiman wrote: > Hi every one, > > Currently I am wor

Re: [Interest] How to solve ICU conflict? Qt ICU conflicts with Matlab ICU

2018-02-20 Thread Vincent Hui
Hi Konstantin, Thanks for your quick reply. Is Qt not built with ICU 56? I saw libicuio.so.56 file inside Qt folder. Thanks, Vincent On 20 February 2018 at 19:17, Konstantin Tokarev wrote: > > > 20.02.2018, 14:14, "Vincent Hui" : > > Hi, > > > > I am

[Interest] How to solve ICU conflict? Qt ICU conflicts with Matlab ICU

2018-02-20 Thread Vincent Hui
t; How to solve it? Thanks, Vincent ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] android deploy issue

2017-01-31 Thread Vincent Hui
Hi, Did you build examples shipped with Qt installation? On Wed, Feb 1, 2017 at 5:18 AM, qt next wrote: > Hi, > > I have some android application that was compiling and deploying fine to > apk before but now I have the following error : > > mingw32-make[1]: Leaving directory'xxxl' > > 22:13:29

Re: [Interest] Is it possible to override dll in runtime in Qt?

2014-04-09 Thread Vincent Cai
PM To: Vincent Cai Cc: interest@qt-project.org Subject: Re: [Interest] Is it possible to override dll in runtime in Qt? you might want to take a look at http://qt-project.org/doc/qt-5/qtwidgets-tools-plugandpaint-example.html On Wed, Apr 9, 2014 at 3:29 PM, manish sharma <83.man...@gmail.

Re: [Interest] Is it possible to override dll in runtime in Qt?

2014-04-08 Thread Vincent Cai
thout restarting Application? BTW, Core.dll is dependent on Prmt.dll, how can Core.dll know access symbols in Prmt.dll after changing Prmt.dll? Regards, Vincent. From: manish sharma [mailto:83.man...@gmail.com] Sent: Wednesday, April 09, 2014 2:42 PM To: Vincent Cai Cc: interest@qt-projec

[Interest] Is it possible to override dll in runtime in Qt?

2014-04-08 Thread Vincent Cai
to override Prmt.dll in runtime. Is it possible to override dll in runtime in Qt? Regards, Vincent. This message and any attachments may contain Cypress (or its subsidiaries) confidential information. If it has been received in error, please advise the sender and immediately delete this message

Re: [Interest] Qt5.2: QtCore/private/qwineventnotifier_p.h: No such file or directory

2014-01-15 Thread Vincent Cai
WORD' in namespace '::' does not name a type ::DWORD setMask; ^ the related source code: private: ::OVERLAPPED o; ::DWORD currentMask; ::DWORD setMask; How can I fix it? Thanks, VIncent. -Original Message- From: Koehne Kai [mailto:kai.koe...@digia.co

[Interest] Qt5.2: QtCore/private/qwineventnotifier_p.h: No such file or directory

2014-01-15 Thread Vincent Cai
/qwineventnotifier_p.h: No such file or directory #include Anybody help? Thanks, VIncent. This message and any attachments may contain Cypress (or its subsidiaries) confidential information. If it has been received in error, please advise the sender and immediately delete this message

[Interest] How to crop VideoOutput arbitrarily without setting clip true?

2014-01-05 Thread Hui Vincent
Is It possible in Qt 5.2 qml? The closest thing I can find is PreserveAspectCrop but I need to crop the video anywhere I like. I found a relevant question image cropping *[qt-project.org ]*. However I don’t prefer setting clip tr

Re: [Interest] Best choice for android/iOS/Windows/Mac

2013-09-04 Thread Vincent R.
Le 03.09.2013 00:07, Muhammad Bashir Al-Noimi a écrit : > On 09/02/2013 05:22 PM, Thiago Macieira wrote: >> Widgets won't be supported on mobile platforms. > How they won't be supported?! They already work! > >> They will compile, but they >> will produce very ugly UIs. > I successfully compiled my

Re: [Interest] My First approach with QT 5.1 on MacOS : very disappointing

2013-09-02 Thread Vincent R.
Le 02.09.2013 12:38, Till Oliver Knoll a écrit : > Am 02.09.2013 um 12:12 schrieb "Vincent R." : > >>> ..., by clicking on the tiny red button >> >>> top left - or press ESC. >> >> Except that the tiny red button IS NOT AVAILABLE !!! > >

[Interest] Best choice for android/iOS/Windows/Mac

2013-09-02 Thread Vincent R.
Hi, Let's say I would like to developp an application that will be declined on the major desktop and mobile platforms(android & iOS) would it be a good option to use QT with QT Quick 1 ? Because from what I know only QT Quick 1 and widgets will be supported by iOS. Or would it be easier to use w

Re: [Interest] My First approach with QT 5.1 on MacOS : very disappointing

2013-09-02 Thread Vincent R.
Le 31.08.2013 13:06, Till Oliver Knoll a écrit : > >> ... >> UPDATE : I found that to quit the import lib dialog I can press Esc >> key >> but to me this is ugly, it shouldn't be difficult to rename the "Go >> back" button into Cancel when you are on the first state of the >> dialog... >> ... >> >

Re: [Interest] My First approach with QT 5.1 on MacOS : very disappointing

2013-09-02 Thread Vincent R.
10:16:34: Running steps for project qmlc++... 10:16:34: Configuration unchanged, skipping qmake step. 10:16:34: Starting: "/usr/bin/make" /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -std=c++11 -stdlib=libc+ -g -gdwarf-2 -isysroot /Appli

Re: [Interest] My First approach with QT 5.1 on MacOS : very disappointing

2013-08-31 Thread Vincent R.
Le 31.08.2013 02:52, Thiago Macieira a écrit : > On sexta-feira, 30 de agosto de 2013 16:03:49, Vincent R. wrote: >> I found this one : >> http://www.ics.com/blog/integrating-c-qml?page=1 >> >> I have downloaded the source code, started Creator and clicked on >>

[Interest] My First approach with QT 5.1 on MacOS : very disappointing

2013-08-30 Thread Vincent R.
Hi, it's been a long time since I tried QT and I read some very interesting articles about new version of QT, QTQuick 2.x, desktop controls, better QTCreator, ... So I have downloaded the latest version of QT (5.1) on MacOS mountain Lion and I tried to find an good tutorial. I found this one : h

Re: [Interest] macdeployqt broken in Qt 5.1

2013-07-15 Thread Vincent Boucher
Hi, I successfully deployed applications on Mac with Qt 5.1 but after having your message I checked the path of my macseployqt and it points to 4.8 binary! So if you need a quick fix: use a former version of this util. Note that I'm not using Qt Quick2. Vincent Le lundi 15 juillet

Re: [Interest] hide shortcuts in menu without disabling them

2013-07-05 Thread Vincent
again when the menu is aboutToHide(). 2013/7/4 Vincent > Hi J-P, > > The application is always-on-top. So in general, the application is > visible while being not active and hence shortcuts are not working in that > case. Shortcuts would be documented but not shown in the menu in

Re: [Interest] hide shortcuts in menu without disabling them

2013-07-04 Thread Vincent
ng the new related QShorcut, the QAction is triggered(). The application relies on state machine where triggering transition relies on QAction's. I would like to keep QAction's as a kind of central where I connect my events. Thanks, Cosmo 2013/7/3 Nurmi J-P > On Jul 3, 2013, at

[Interest] hide shortcuts in menu without disabling them

2013-07-03 Thread Vincent
Hello, I'm adding a series of QAction's to a menu. Shortcuts are associated to each of these QAction's. I would like to hide the shortcuts but at the same time leaving them active. Do you know how to that? If it is not possible by default, is there a possibility to override a Qt method? Thanks

[Interest] how to use QAction::changed() and doc missing

2013-07-03 Thread Vincent
Hello, It seems that QAction::changed() is not documented (if I understand well what does it do) When clicking on the "changed()" links all across the following doc page, we are pointed to the "What is this" property description: http://qt-project.org/doc/qt-5.0/qtwidgets/qaction.html What I w

[Interest] how to not activate an application when clicking on it

2013-05-30 Thread Vincent Boucher
ation when one of its windows is clicked (Mac OS X). Do you think it is a feasible task? Thanks, Vincent smime.p7s Description: S/MIME cryptographic signature ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailma

[Interest] C structure display

2013-04-23 Thread Vincent Cai
Dear All, In Qt debug mode, we can watch and edit any variable. My question: is there any existing class that can do the same thing which mean can display all the members of a C structure variable in a table and can edit value of members? Best Regards, Vincent. This message

[Interest] how to make ToolTip always visible

2013-04-14 Thread Vincent Cai
Regards, Vincent. This message and any attachments may contain Cypress (or its subsidiaries) confidential information. If it has been received in error, please advise the sender and immediately delete this message. ___ Interest mailing list Interest@qt

[Interest] question about Qt Regx to match hexdecimal

2013-03-30 Thread Vincent Cai
-> 12 Hope you can help! Thanks, Vincent. This message and any attachments may contain Cypress (or its subsidiaries) confidential information. If it has been received in error, please advise the sender and immediately delete this message. ___ Interest

[Interest] how to remove QGraphicsEllipseItem from parent

2013-02-24 Thread Vincent Cai
Dear All, I have a QGraphicsEllipseItem whose parent is a QGraphicsRectItem which is shown on a scene. When I delete the QGraphicsEllipseItem, why it is still shown on the scene? How can I remove it from the scene? Thanks, Vincent. This message and any attachments

[Interest] question about string to C array/struct in Qt

2013-02-02 Thread Vincent Cai
anybody guide me some reference code or document? Thanks a lot, Vincent. Below is an example of the log file content. ***FrameCounter: 138 Data Begin /* 0 1 2 3 4 5 6 7 8 91011 */ /* 0*/ 0,0, -1,0,1, -2

Re: [Interest] how to define string variable in *.pro based on other string variables?

2013-01-23 Thread Vincent Cai
Thanks a lot! From: 1+1=2 [mailto:dbzhang...@gmail.com] Sent: 2013年1月23日 16:02 To: Mandeep Sandhu Cc: Vincent Cai; interest@qt-project.org Subject: Re: [Interest] how to define string variable in *.pro based on other string variables? You should use: TSA_LibFullName = $$TSA_LibPath

[Interest] how to define string variable in *.pro based on other string variables?

2013-01-22 Thread Vincent Cai
s/Base/lib/TSA_Base_X86_GCC.lib I have tried below, but failed. TSA_LibFullName = $$TSA_LibPath/$$TSA_LibName.lib Vincent. This message and any attachments may contain Cypress (or its subsidiaries) confidential information. If it has been received in error, please advise the sender and immediately d

Re: [Interest] How to rebuild a Qt project which linked with a static library?

2013-01-22 Thread Vincent Cai
] How to rebuild a Qt project which linked with a static library? Hi Vincent, please post also your .pro file content with the PRE_TARGETDEPS specification of yours. Thanks, Stefan >>> Von: Vincent Cai mailto:w...@cypress.com>> An: Stefan Walter mailto:stefan.wal...@lisec.com&g

Re: [Interest] How to rebuild a Qt project which linked with a static library?

2013-01-22 Thread Vincent Cai
my static lib name which is created by other application. Vincent. From: interest-bounces+wcai=cypress@qt-project.org [mailto:interest-bounces+wcai=cypress@qt-project.org] On Behalf Of Stefan Walter Sent: 2013年1月23日 15:06 To: interest@qt-project.org Subject: Re: [Interest] How to rebuild a

Re: [Interest] How to rebuild a Qt project which linked with a static library?

2013-01-22 Thread Vincent Cai
: Re: [Interest] How to rebuild a Qt project which linked with a static library? On quarta-feira, 23 de janeiro de 2013 03.29.59, Vincent Cai wrote: > Dear All, > > I have a Qt project which is linked with a static library. > When I updated the static library, and t

[Interest] How to rebuild a Qt project which linked with a static library?

2013-01-22 Thread Vincent Cai
Could anybody tell me how to fix this issue? Thanks, Vincent. This message and any attachments may contain Cypress (or its subsidiaries) confidential information. If it has been received in error, please advise the sender and immediately delete this me

[Interest] No rule to make target '.../qmake.conf'

2012-07-07 Thread Vincent Cai
efile'. Stop. mingw32-make[1]: *** [sub-SRC-TSA_Line-make_default] Error 2 mingw32-make: *** [sub-TSA_View-make_default] Error 2 Could anybody help? Thanks, Vincent. This message and any attachments may contain Cypress (or its subsidiaries) confidential informat

[Interest] how to create 2-D array of object whose constructor contains parameters in C++

2012-07-01 Thread Vincent Cai
Hi, I am sorry to post C++ question here. Hope somebody can help, thanks so much. Vincent. This message and any attachments may contain Cypress (or its subsidiaries) confidential information. If it has been received in error, please advise the

Re: [Interest] compile SVN-Version into Project with qmake

2012-02-13 Thread thomas vincent
Hi, Personally on Linux I use : SVNVERSION = $$system("svn info ../ | grep Revision | tr -d 'Revison: '") system( "echo 'const std::string svn_version = \"$$SVNVERSION\";'" > ../version.h) Then you can include the "version.h" file when you need to use the current SVN revision. This gives a clean

Re: [Interest] why debug_and_release can't be removed from CONFIG

2012-01-19 Thread Vincent Cai
t.org] On Behalf Of Konrad Rosenbaum Sent: 2012年1月19日 17:37 To: interest@qt-project.org Subject: Re: [Interest] why debug_and_release can't be removed from CONFIG On Thursday 19 January 2012 08:15:21 Vincent Cai wrote: > When I try remove debug_and_release from CONFIG, CONFIG -= > debu

[Interest] why debug_and_release can't be removed from CONFIG

2012-01-18 Thread Vincent Cai
Dear all, When I try remove debug_and_release from CONFIG, CONFIG -= debug_and_release Below error reported d:\QtSDK\Desktop\Qt\4.7.3\mingw\binuic.exe mainwindow.ui -o ui_mainwindow.h process_begin: CreateProcess(NULL, d:\QtSDK\Desktop\Qt\4.7.3\mingw\binuic.exe mainwindow.ui -o ui_mainwindow.h,

Re: [Interest] undefined reference to xxx error

2012-01-18 Thread Vincent Cai
-project.org Subject: Re: [Interest] undefined reference to xxx error have a look at the generated Makefile. I often turn to that when I dont find anything wrong with my .pro files. On Wednesday 18 January 2012 02:24 PM, Vincent Cai wrote: Dear all, My project report errors during link

[Interest] undefined reference to xxx error

2012-01-18 Thread Vincent Cai
uild\debug\exe\AppGui.exe] Error 1 mingw32-make[1]: *** [debug] Error 2 mingw32-make: *** [sub-AppGui-make_default] Error 2 Thanks, Vincent. This message and any attachments may contain Cypress (or its subsidiaries) confidential information. If it has been receive