Re: [Interest] Sqlite Cipher in Qt 5.15.8

2022-02-13 Thread Yang Fan
You may search "qt sqlcipher" as the keyword on GitHub, there are some projects implementing sqlcipher as a plugin. On Sun, Feb 13, 2022 at 6:13 PM Frank Mertens wrote: > Hi Ramakanth, > > I've done that in the past. Sqlite3 has quite easy to override page I/O > functions and it is not to diffic

Re: [Interest] qtWebsocket SSL question

2016-04-13 Thread Yang Fan
Maybe a little bit off topic, I found that this snippet works on iOS, but fails on Android. On Thu, Apr 14, 2016 at 2:59 AM, "Alexander Carôt" wrote: > Hello, > > with respect to my last question I realized that the only SSL-related part > within the ssl-Websocket-ssl-server occurs right in the

Re: [Interest] How to get didFinishLaunchingWithOptions called in IOS delegate?

2014-12-02 Thread Yang Fan
ishLaunchingNotification) > > > -Richard > > > -- > *Fra:* interest-bounces+richard.gustavsen=theqtcompany@qt-project.org > på > vegne av 解晶 > *Sendt:* 2. desember 2014 09:55 > *Til:* Yang Fan > *Kopi:* Qt Project > *Emne:* Re: [Interest] How to get d

Re: [Interest] How to get didFinishLaunchingWithOptions called in IOS delegate?

2014-12-02 Thread Yang Fan
Set an environment QTDIR and add it to INCLUDEPATH. On Tue, Dec 2, 2014 at 1:58 PM, 解晶 wrote: > Hi! > I have a qt application for ios and try to > get didFinishLaunchingWithOptions() called. > I got it work by extending QIOSApplicationDelegate like the followings: > > #import ".../qtbase/src

Re: [Interest] qmake ios build

2014-11-20 Thread Yang Fan
For setting launch images or app icons, this snippet just works for me: ios { AppIcons.files=$$system("find $$PWD/appicon/ios/ -name '*.png'") AppIcons.path=./ LaunchImages.files=$$system("find $$PWD/launchimage/ios/ -name '*.png'") LaunchImages.path=./ QMAKE_BUNDLE_DATA += App

Re: [Interest] Qt Quick Compiler

2014-11-15 Thread Yang Fan
egardless of changes > to the QML files or not? > > On 11/13/2014 8:10 PM, Yang Fan wrote: >> I have not test the running improvement. But I can tell you that it slow >> down the build process significantly if you have many QML files. Every >> QML file will be converted to

Re: [Interest] Qt Quick Compiler

2014-11-14 Thread Yang Fan
Betreff: Re: [Interest] Qt Quick Compiler > > > > Does the quick compiler only re-compile those QML files that were > > changed or does it re-compile ALL QML every time regardless of changes > > to the QML files or not? > > > > On 11/13/2014 8:10 PM, Yang Fan wrote:

Re: [Interest] Qt Quick Compiler

2014-11-13 Thread Yang Fan
I have not test the running improvement. But I can tell you that it slow down the build process significantly if you have many QML files. Every QML file will be converted to a cpp file which will be compiled, you know the C++ compiler is very slow. On Thu, Nov 13, 2014 at 11:42 PM, Harri Pasanen

Re: [Interest] Cool QML game example as developed by Google

2014-07-16 Thread Yang Fan
Very cool! On Thu, Jul 17, 2014 at 3:53 AM, Donald Carr wrote: > Hola, > > This is a pretty damn cool/novel usage of QML and since it comes > replete with groovy visuals: > > https://www.youtube.com/watch?v=EwyNqC7-lDw > > and code: > > https://github.com/google/VoltAir > > I think it warrants

Re: [Interest] Is it possible to submit my Qt application for iOS to Apple App Store?

2014-07-05 Thread Yang Fan
; of your sentence that I can't use non-native style of iOS apps to submit > them to iOS App Store. Am I right or not? > How have you solved this issue? > > Thanks! > > > On 7/4/2014 4:50 AM, Yang Fan wrote: > > I have submitted an iOS app powered by Qt technology to A

Re: [Interest] Is it possible to submit my Qt application for iOS to Apple App Store?

2014-07-05 Thread Yang Fan
rst issue? > > Christophe > > Le 4 juil. 2014 à 03:50, Yang Fan a écrit : > > I have submitted an iOS app powered by Qt technology to Apple App Store > successfully, you may get it from > https://itunes.apple.com/cn/app/istkani-le-tou-xing-cai-piao/id841279537. > Since

Re: [Interest] Is it possible to submit my Qt application for iOS to Apple App Store?

2014-07-03 Thread Yang Fan
I have submitted an iOS app powered by Qt technology to Apple App Store successfully, you may get it from https://itunes.apple.com/cn/app/istkani-le-tou-xing-cai-piao/id841279537. Since this is my first iOS app, before it was published successfully, Apple had refused it for 2 times. The first one w

Re: [Interest] Qt 5 Plugins for iOS & Android

2014-05-27 Thread Yang Fan
ions! > > Best, > Alex from V-Play > > > On 03 Jan 2014, at 14:36, Alex Leutgöb wrote: > > Our interest list is still open but you can expect some news in the near > future. :) > > Thank you, > Alex > > > On 02.01.2014, at 04:10, Yang Fan wrote: &

Re: [Interest] qt-android: How to make QML application scaled on high DPI screen automatically

2014-03-04 Thread Yang Fan
Thank Liang Qi, he told me that this bug is already fixed, you may get the patch from the git repo and the commit id is 439a6fec84a62b9d166b84dc7574ddc250a38bfb. On Tue, Mar 4, 2014 at 2:34 PM, Yang Fan wrote: > Thanks for your reply. I think this information should be shared with

Re: [Interest] qt-android: How to make QML application scaled on high DPI screen automatically

2014-03-03 Thread Yang Fan
with domain knowledge weigh in on how scaling is supposed to > work? Otherwise, I'll experiment with hooking up devicePixelRatio to > DisplayMetrics.density and report back. > > Thanks, > Daiwei > On Mar 1, 2014 7:41 PM, "Yang Fan" wrote: > >> Hi list, >> &g

[Interest] qt-android: How to make QML application scaled on high DPI screen automatically

2014-03-01 Thread Yang Fan
Hi list, I'm writing a cross platform application with QML, all things go well except running on high DPI Android device, it seems that it doesn't auto scaled correctly, the elements look small on the high DPI screen while it looks good on iOS device. I have got the physical dots per inch, it is a

Re: [Interest] Qt 5 Plugins for iOS & Android

2014-01-01 Thread Yang Fan
Any progress? On Mon, Dec 9, 2013 at 6:17 PM, Alex Leutgöb wrote: > Hey Qt Friends, > > Just a short announcement in-between: We here at V-Play (http://v-play.net) > are currently preparing some plugins for the upcoming Qt5 mobile edition. > If you're interested in integrating in-app purchases,

Re: [Interest] Android resources

2013-12-19 Thread Yang Fan
Why not use AndroidManifest.xml, it's simple enough. On Fri, Dec 20, 2013 at 2:45 PM, Igor Mironchik wrote: > Hi. > > Is it possible to set version of the application and icons for Android > app in the project file? > > If so then how? > > Thanks. > > -- > Best Regards, > Igor Mironchik. > > ___

Re: [Interest] Poor mirror performance for the online Qt SDK

2013-12-19 Thread Yang Fan
I'm living in China, the truth is I always find that the online installer is very slow and I always use offline installer, seemly most time wget could pick the fast mirror. And I find some mirrors don't support continue from previous interruption, maybe that's why the online installer doesn't suppo

Re: [Interest] Qt 5 Plugins for iOS & Android

2013-12-09 Thread Yang Fan
Interesting, I want to know more about the plugins license. On Mon, Dec 9, 2013 at 6:17 PM, Alex Leutgöb wrote: > Hey Qt Friends, > > Just a short announcement in-between: We here at V-Play (http://v-play.net) > are currently preparing some plugins for the upcoming Qt5 mobile edition. > If you'

Re: [Interest] Qt and MSVC 2013

2013-11-27 Thread Yang Fan
My fault, there is the mkspec. On Wed, Nov 27, 2013 at 4:22 PM, Yang Fan wrote: > So far there is not mkspec for MSVC2013 in RC packages, is it ok? > > > On Wed, Nov 27, 2013 at 3:30 PM, Thiago Macieira < > thiago.macie...@intel.com> wrote: > >> On quarta-feira, 2

Re: [Interest] Qt and MSVC 2013

2013-11-27 Thread Yang Fan
So far there is not mkspec for MSVC2013 in RC packages, is it ok? On Wed, Nov 27, 2013 at 3:30 PM, Thiago Macieira wrote: > On quarta-feira, 27 de novembro de 2013 09:47:29, Igor Mironchik wrote: > > Hi. > > > > Does anybody know when MSVC 2013 will be supported by Qt? Which version? > > 5.2.0 >

Re: [Interest] Qt-builds

2013-09-02 Thread Yang Fan
Thanks in advance. It saves lots of time. On Mon, Sep 2, 2013 at 8:38 PM, Alexey Pavlov wrote: > Hi! > > I upload my *Qt-5.1.1* release builds with *QtCreator-2.8.1*. I use > mingw-builds toolchain *GCC-4.8.1-rev5* dwarf and seh. > Qt builded with ANGLE and sql drivers for MySQL, PostgreSQL, Fi

Re: [Interest] QtWebkit from Qt5 couldn't display Chinese characters correctly on Windows

2012-11-21 Thread Yang Fan
Someone has reported this issue before but got no reply. https://qt-project.org/forums/viewthread/21022 On Thu, Nov 22, 2012 at 10:41 AM, Yang Fan wrote: > Hi All, > > I built Qt5 from Git with MSVC2010 SP1 by myself, I used ICU5.0 to build > QtWebkit. But I found it couldn'

[Interest] QtWebkit from Qt5 couldn't display Chinese characters correctly on Windows

2012-11-21 Thread Yang Fan
Hi All, I built Qt5 from Git with MSVC2010 SP1 by myself, I used ICU5.0 to build QtWebkit. But I found it couldn't display Chinese characters correctly on Windows, the official example under qt5\qtwebkit-examples-and-demos\examples\browser has the same issue. Did I miss something? Any suggestion w

Re: [Interest] Slow compiling on Mac

2012-08-30 Thread Yang Fan
I always build the clang from its SVN trunk on my 10.6.7, the generated clang tool set could compile Qt 4.8.2 with some small patches which can be found by Google. On Thu, Aug 30, 2012 at 11:08 PM, Michael Jackson wrote: > > On Aug 30, 2012, at 11:00 AM, Till Oliver Knoll wrote: > > > Am 30.08.2

Re: [Interest] Qt 4.8.x and OS X 10.8 Mountain Lion - my experience

2012-07-30 Thread Yang Fan
What about macx-clang mkspec, can Qt 4.8.x be built by clang successfully on ML? On Mon, Jul 30, 2012 at 5:08 PM, Till Oliver Knoll < till.oliver.kn...@gmail.com> wrote: > Hello, > > I did a *very* quick test of my Qt application, compiled against Qt > 4.8.1 (coming from the "Qt SDK" which unfort

Re: [Interest] Qt Binaries for Mingw 4.7

2012-07-19 Thread Yang Fan
I'm using MinGW with GCC 4.7.1 got from http://sourceforge.net/projects/mingwbuilds/, it works fine for Qt 4.8.1 and Qt 4.8.2. On Thu, Jul 19, 2012 at 4:07 PM, Konrad Rosenbaum wrote: > Hi, > > I'm using features of C++11 (provided by GCC 4.7, and maybe LLVM 3.1) in my > projects, which is fine

Re: [Interest] Is there any macro like Q_OS_SYMBIAN or Q_WS_MAC for Harmattan in Qt 4.7.4 or higher?

2012-05-15 Thread Yang Fan
> > and on C++ you can test using #MEEGO_HARMATTAN > > Att, > Rodrigo Oliveira > > On Tue, May 15, 2012 at 8:18 AM, Yang Fan wrote: > > Hi list, > > I'm searching the internet for my question then found your blog. I want > to > > know if there is

[Interest] Is there any macro like Q_OS_SYMBIAN or Q_WS_MAC for Harmattan in Qt 4.7.4 or higher?

2012-05-15 Thread Yang Fan
Hi list, I'm searching the internet for my question then found your blog. I want to know if there is any macro like Q_OS_SYMBIAN or Q_WS_MAC for Harmattan in Qt 4.7.4 or higher? I have tried Q_WS_MEEGO and Q_WS_MAEMO_6 directly, or defined the macros in .pro file in the maemo6/meego section, but no

Re: [Interest] QML and macdeployqt

2012-04-26 Thread Yang Fan
I guess, you need manually copy qmlwebkitplugin plugin to your app bundle after exeuting macdeployqt script, then run install_name_tool to modify the frameworks path for qmlwebkitplugin. And also, you may have to set the plugin path for QDeclarativeEngine object in your code. On Fri, Apr 27, 2012

Re: [Interest] Could not fetch gerrit

2012-03-25 Thread Yang Fan
12 at 5:19 PM, Christian Kandeler < christian.kande...@nokia.com> wrote: > On 03/24/2012 02:41 PM, ext Yang Fan wrote: > > Hi All, > > I'm trying to get the latest developing snapshot of Qt5 from Git, but > > failed when I ran qt5_tool script with the following error m

Re: [Interest] Could not fetch gerrit

2012-03-24 Thread Yang Fan
I've tried this script many times, always got the same error. I wonder if there is something needs to be configured. On Sat, Mar 24, 2012 at 11:35 PM, Thiago Macieira wrote: > On sábado, 24 de março de 2012 21.41.29, Yang Fan wrote: > > Hi All, > > I'm trying to

[Interest] Could not fetch gerrit

2012-03-24 Thread Yang Fan
Hi All, I'm trying to get the latest developing snapshot of Qt5 from Git, but failed when I ran qt5_tool script with the following error messages: Examining: qlalr url: git://gitorious.org/qt/qlalr.git ### [qlalr] /usr/bin/git fetch --all Fetching origin Fetching gerrit ssh: connect to host codere

Re: [Interest] tracing / spy++ tool for Qt

2012-02-27 Thread Yang Fan
Gamma ? On Tue, Feb 28, 2012 at 6:57 AM, Yi Ding wrote: > Hi everyone, > > I remember reading about an open source tracing / spy++ type of tool > for debugging and visualizing Qt programs, but I've forgotten what > it's called. Anyone know what I'm talking about? > > Thanks in advance, > Yi > _