Re: [Interest] 4.0.0 Qt Installer and Maintenance Tool released soon. Please be prepared.

2020-10-28 Thread Tomasz Siekierda
On Wed, 28 Oct 2020 at 13:32, Katja Marttila wrote: > Once the final 4.0.0 is released, beta 4.0.0 and also 3.2.3 > maintenancetools will be updated before any other update/install can be > performed. > > Br, > > --Katja > Great, thanks for info! > > > *From

Re: [Interest] 4.0.0 Qt Installer and Maintenance Tool released soon. Please be prepared.

2020-10-28 Thread Tomasz Siekierda
On Tue, 27 Oct 2020 at 07:13, Katja Marttila wrote: > Hi, > > 4.0.0 Qt Installer and Maintenance Tool release is happening soon. Please > note that we have renamed some options to make the naming consistent and > also added more options and commands. > > Please download the installer in advance f

Re: [Interest] Qt Online Installer and Maintenance Tool 4.0 beta released - testers wanted

2020-10-02 Thread Tomasz Siekierda
I've just tried them on Linux and Windows. No complaints, no bugs found. The speed increase in package fetching is big, especially on Windows where the previous installer is practically unusable since a few months. So, good job :-) One question: when these new installers go out of beta, will I ha

Re: [Interest] Emit Signal From JavaScript

2020-09-24 Thread Tomasz Siekierda
On Thu, 24 Sep 2020 at 11:54, John M. Schneiderman wrote: > I have a QObject available on the JavasScript side of the Qt WebEngine. > I can read properties, call slots, etc. However I cannot emit signals > from the object. I cannot find documentation on how to do that, e.g. > > window.cppobj.sign

Re: [Interest] My first 5 years with Qt and 2 suggestions

2019-05-09 Thread Tomasz Siekierda
On Thu, 9 May 2019 at 10:06, Shawn Rutledge wrote: > > > On 9 May 2019, at 02:09, Henry Skoglund wrote: > > > > Hi, 5 years ago I started with Qt, it's been a very nice ride, thank > you! Looking forward to the next 5. Got 2 suggestions: > And thanks go to you as well :-) Your blogs and activi

Re: [Interest] [External] Interface with signals and slots

2019-02-18 Thread Tomasz Siekierda
Here is something that works for me: class SomeInterface { public: virtual void someMethod() const; }; class Some : public QObject, public SomeInterface { Q_OBJECT public: signals: void someMethod() const override; } Pointer to the interface is used by a pure C++ library. The con

Re: [Interest] Chasing a standard

2018-11-05 Thread Tomasz Siekierda
On Mon, 5 Nov 2018 at 13:35, Roland Hughes wrote: > > > On 11/4/18 3:52 PM, Lars Knoll wrote: > >> On 4 Nov 2018, at 22:13, Roland Hughes wrote: > >> > >> > >> We already lose droves of Qt developers every year when Qt keeps moving on > >> but medical devices, border security systems like cargo

Re: [Interest] QDateTime and std::chrono

2018-11-02 Thread Tomasz Siekierda
On Fri, 2 Nov 2018 at 17:51, Giuseppe D'Angelo via Interest wrote: > Last, but not least, note that std::system_clock is a Unix clock only > starting in C++2a; before you had no guarantees. Does anyone know if > QDateTime::toMSecsSinceEpoch() returns UTC time or Unix time? > UTC time, according t

Re: [Interest] Standardizing Qt Kit Names

2018-08-30 Thread Tomasz Siekierda
On Wed, 29 Aug 2018 at 20:17, André Pönitz wrote: > > On Wed, Aug 29, 2018 at 06:27:57PM +0200, Jason H wrote: > > It might be a minor point, but I think it would be good to have more > > uniform kit name structure. > +1 I'd also suggest keeping these names as consise as possible. For example,

Re: [Interest] QML vs Electron

2018-08-07 Thread Tomasz Siekierda
> Especially the ones for cross compiling to Raspberry Pi which don't tell you they used a 32-bit host system to hide all of the errors. That was great fun. Erm, what? Qt cross-compiles for Raspberry just fine from a 64 bit host. On Tue, 7 Aug 2018 at 07:41, Maurice Kalinowski wrote: > I would

Re: [Interest] clazy - why signals shouldn't be const?

2018-07-09 Thread Tomasz Siekierda
On Mon, 9 Jul 2018 at 13:17, Sérgio Martins wrote: > On 2018-07-09 11:43, Tomasz Siekierda wrote: > > Hi, > > > > perhaps not the best list to ask, but hopefully somebody more familiar > > with > > clazy will comment. > > > > Why does clazy complain a

[Interest] clazy - why signals shouldn't be const?

2018-07-09 Thread Tomasz Siekierda
Hi, perhaps not the best list to ask, but hopefully somebody more familiar with clazy will comment. Why does clazy complain about const signals? While I agree marking signals as const is not terribly important, I've had a few situations in code where I was emitting from const method - and then i

Re: [Interest] Bluetooth on Qt on Pi (for real this time)

2018-06-29 Thread Tomasz Siekierda
On Fri, 29 Jun 2018 at 09:26, Shawn Rutledge wrote: > > > On 29 Jun 2018, at 08:27, Tomasz Siekierda wrote: > > > > On Thu, 28 Jun 2018 at 22:40, Jason H wrote: > > I've used bluetoothctl to pair to my mac, but when I try to get local > adapters on the Pi f

Re: [Interest] Bluetooth on Qt on Pi (for real this time)

2018-06-28 Thread Tomasz Siekierda
On Thu, 28 Jun 2018 at 22:40, Jason H wrote: > I've used bluetoothctl to pair to my mac, but when I try to get local > adapters on the Pi from Qt, there are none: > > log: > Local Adapters: > ASSERT: "!isEmpty()" in file > /usr/include/arm-linux-gnueabihf/qt5/QtCore/qlist.h, line 294 > > > code:

Re: [Interest] Configuring Qt Creator 4.5.0 for Android development...

2017-12-21 Thread Tomasz Siekierda
On 19 December 2017 at 20:54, BRM via Interest wrote: > I'm trying to setup Qt Creator to use for Android Development. I > downloaded the installer, installed Qt 5.9 and 5.10 and Qt Creator, etc. I > installed the Android Studio with SDK, the Android NDK, and OpenJDK 9 > JDK/JRE. Everything is ch

Re: [Interest] [Qt-creator] QtHelp for Chrome browser extension?

2017-10-11 Thread Tomasz Siekierda
On 9 October 2017 at 10:40, René J.V. Bertin wrote: > Hi, > > This is an idea that came up when discussion the fact that it seems overkill > to embed an almost full-fledged browser (WebKit or WebEngine) into an IDE > just for the sake of browser API documentation. > > Would it be possible (feasi

Re: [Interest] Consummation memory with QtQuick Compiler

2017-10-05 Thread Tomasz Siekierda
is on your side, not Qt's. How do you measure the consumption, by the way? > > 2017-10-05 9:32 GMT+01:00 Tomasz Siekierda : > >> On 5 October 2017 at 10:30, Adib HANNACHI >> wrote: >> > >> > Hi all, >> > >> > We intend to use QT5.9/QM

Re: [Interest] Consummation memory with QtQuick Compiler

2017-10-05 Thread Tomasz Siekierda
On 5 October 2017 at 10:30, Adib HANNACHI wrote: > > Hi all, > > We intend to use QT5.9/QML in our commercial application, however we are > worried about the memory consumption. I read about QtQuick Compiler > introduced in QT 5.8 which allows to compile QML source code into the final > binary.

Re: [Interest] Milo Code Database - kickstart your projects easily

2017-09-18 Thread Tomasz Siekierda
y File -> New File or Project -> Milo Code Database > -> x Yes, that sounds great. No concrete plan yet, but I will put it on my TODO list, thanks! > > On 8 September 2017 at 15:14, Tomasz Siekierda wrote: >> >> Hi Qt! >> >> We've just released Mi

[Interest] Milo Code Database - kickstart your projects easily

2017-09-08 Thread Tomasz Siekierda
Hi Qt! We've just released Milo Code Database: a set of small, useful helper classes for Qt, easy to include and use - plus a scaffolding for new projects we call the New Project Template. At Milo, we use them in many of our projects to speed up development, and we figured they may be useful to th

Re: [Interest] Setting propery values on Q_GADGET-based objects in qml possible?

2017-06-28 Thread Tomasz Siekierda
I've had similar problem and did not find a solution at the time. While getMyself() feels hackish, it does indeed work. Thanks a lot for sharing! :-) On 20 June 2017 at 15:06, Ola Røer Thorsen wrote: > > 2017-06-20 13:52 GMT+02:00 Ola Røer Thorsen : > > >> function doStuff() { >>var o = the

Re: [Interest] Qt at the C++20 era

2017-05-01 Thread Tomasz Siekierda
On 1 May 2017 at 22:51, Jean-Michaël Celerier wrote: > https://twitter.com/anastasiak2512/status/858809432792338432 > https://twitter.com/sebrose/status/858347156427636738 > https://twitter.com/hatcat01/status/858360761424523266 > > I think that the Qt project, community, and company would have ev

Re: [Interest] FUD around licensing (From What don't you like about Qt?)

2016-10-10 Thread Tomasz Siekierda
On 10 October 2016 at 11:22, Carel Combrink wrote: > > Hi All, > > Out of interest, to show how big the actual issue is on the licensing and the > confusing website (my opinion but I am definitely not the only one). > > The CppCon2016 video from Giuseppe D'Angelo on > “Introducing Qt Creator: a f

Re: [Interest] [QGV] Asynchronous painting of millions QGPathItem

2016-09-07 Thread Tomasz Siekierda
On 8 September 2016 at 04:17, Ch'Gans wrote: > Hi there, > > I'm currently working on a Gerber viewer (Gerber is an old file format > still widely used in the electronics PCB manufacturing industry, > dating as far back as the old photo-plotter methods), some of these > files can get pretty big a

Re: [Interest] Deployment issue on Samsung S3

2016-01-11 Thread Tomasz Siekierda
On 11 January 2016 at 17:50, Jason H wrote: > I'm not sure where to file this. I've got an S3 running 4.4.2 > > 11:47:32: The process > "/Users/jhihn/Qt5.6.0/5.6/android_armv7/bin/androiddeployqt" exited normally. > 11:47:32: Pulling files necessary for debugging. > 11:47:32: Package deploy: Runn

Re: [Interest] IDE used to develop qt library

2016-01-08 Thread Tomasz Siekierda
On 8 January 2016 at 08:31, Boettger, Heiko wrote: > > I didn’t find any qtcreator files in the source What did you expect to find? The .pro files are there and Qt Creator understands them well. ___ Interest mailing list Interest@qt-project.org http://l

Re: [Interest] focus-follows-mouse

2015-09-22 Thread Tomasz Siekierda
On 22 September 2015 at 23:31, René J.V. wrote: > Is it possible to implement focus-follows-mouse behaviour (in a terminal > emulator, for instance) that does *not* raise the focused window? > I think that is a behaviour specific to some window managers. Not sure if you can replicate it in Qt. _

Re: [Interest] Qt 5.5 vs 5.4.2 for iOS and Android: Is It Worth to Upgrade?

2015-07-06 Thread Tomasz Siekierda
On 6 July 2015 at 17:25, Gian Maxera wrote: > I upgraded now to Qt 5.5. > I have a Stackview with a custom transition … and it doesn’t work anymore :-( > I think something changed from Qt 5.4.2 to 5.5 about scaling and/or > transformation that is not backward compatible :-( Please report it on J

Re: [Interest] Question to members of the Qt team: why does an empty project consumes so much memory on iOS?

2015-04-21 Thread Tomasz Siekierda
On 21 April 2015 at 13:43, Nuno Santos wrote: > Harri, > > That doesn’t make sense. Simulator is just displaying the real resolution of > the device. In retina case 2048x1536. Why would it display something 2.5 > times bigger for no apparent reason. I think Harri meant 2.5 bigger memory consumpti

Re: [Interest] qsort() Obsolete?

2015-04-17 Thread Tomasz Siekierda
On 17 April 2015 at 12:12, Berkay Elbir wrote: > Hello All, > > I want to ask a question to you to be certain. Is void qsort() function > obsolete? Should we use std::sort instead of this function? Because I have a > priority list and need to sort it. yes, it is recommended to use std::sort.

Re: [Interest] Unable to build Qt 5.4.1 on Ubuntu 14.04 x64 desktop

2015-04-15 Thread Tomasz Siekierda
On 15 April 2015 at 13:35, Kim Min-chul wrote: > thank you for your answers. It is very helpful for me. > > I noticed that i can't use Qt 5.4.1 on Ubuntu 14.04. > I found information about that. > (http://askubuntu.com/questions/590162/qt-5-4-supported-so-files-come-with-default-ubuntu-14-04-lts-t

Re: [Interest] Unable to build Qt 5.4.1 on Ubuntu 14.04 x64 desktop

2015-04-15 Thread Tomasz Siekierda
On 15 April 2015 at 11:13, Kim Min-chul wrote: > > Hello, > > I've had a hard time building Qt 5.4.1 on Ubuntu 14.04 x64 desktop. > I did it fallowing this guide. (http://wiki.qt.io/Building_Qt_5_from_Git) > > I tried to do this. > sudo apt-get build-dep qt5-default > > but, This command is not wo

Re: [Interest] can't get code from git://gitorious.org/qt/

2015-03-18 Thread Tomasz Siekierda
On 18 March 2015 at 10:08, Nancy Zou wrote: > Hi all > > Why I can’t use git clone code from git://gitorious.org/qt/qtwayland.git > now? Does it need some rights now? Last year I can git clone code from this > address. > > Does anyone know how to resolve this problem? Thank you. > Maybe you are b

Re: [Interest] Qt container size()

2015-01-29 Thread Tomasz Siekierda
On 29 January 2015 at 14:32, Felix morack wrote: > Hi, > > > Qt containers use 'int' to refer to their size thus limiting their size to > INT_MAX. > > Is there any reason for this? Why dont they use size_t like the STL and the > rest of the world? Basically this is so that -1 can be used as error

Re: [Interest] Keeping QML module versions up to date in a project

2014-11-26 Thread Tomasz Siekierda
On 26 November 2014 at 13:29, Attila Csipa wrote: > The good news is your 2.0 statement will import whatever the latest > implementation registers for the 2.0 version. The ((un)intended?) > side-effect of this is that the backward compatibility is not 100% - if > you relied on something that has c

Re: [Interest] Qt modules under Qt commercial license

2014-11-13 Thread Tomasz Siekierda
On 13 November 2014 10:09, Jha Sonakumar wrote: > Hi, > > > Please let me know the modules supported only under Qt Commercial license. The official site has all the information, presented in a nice table: http://www.qt.io/download/ ___ Interest mailing

[Interest] QML Qt.createComponent() running faster with profiler attached

2014-11-12 Thread Tomasz Siekierda
Hi, I've got a problem: in the project I'm working on, we are loading a pretty big QML component using Qt.createComponent(). It takes about 500ms to load, which is a bit too much. Other panels in the same application load in about 80ms, so this difference is really noticeable. And the target board

Re: [Interest] Qt for Android APK size

2014-11-04 Thread Tomasz Siekierda
On 4 November 2014 13:42, Ramakanthreddy Kesireddy wrote: > > Hi, > > As I understand that Qt libs are bundled in APK for Android without the need > for installer, could you please know how much size it adds to apart from > application size? > Just try it. The bundling method (one of 3 methods

Re: [Interest] Qt Project Website Down

2014-09-30 Thread Tomasz Siekierda
The site is up again. Thanks :-) On 30 September 2014 10:32, Kojo Tero wrote: > Hi, > > > > Not intentional. We seem to have a database issue. > > > > We are working on it, and should have the site back within an hour. > > > > Best regards, > > Tero > > > > From: interest-bounces+tero.kojo=digia

Re: [Interest] Custom path for android build dir?

2014-08-27 Thread Tomasz Siekierda
On 26 August 2014 12:58, Ben Lau wrote: > On 26 August 2014 18:11, Tomasz Siekierda wrote: >> >> Hi, >> >> Is there any way to change the path or name of the android build dir >> ("android-build")? I have a project where I need to create several dif

[Interest] Custom path for android build dir?

2014-08-26 Thread Tomasz Siekierda
Hi, Is there any way to change the path or name of the android build dir ("android-build")? I have a project where I need to create several different .apk files from a single SUBDIRS project, but all those subprojects try to use the same android-build directory, which leads to clashes. Does anybo

Re: [Interest] QGraphicsView status

2014-07-07 Thread Tomasz Siekierda
On 6 July 2014 21:39, Jonathan Wilkes wrote: > Hello, > Is QGraphicsView eventually going to get replaced by QML/Graphics > Scene? Definitely not in Qt 5 lifetime, and I have not heard about any plans to remove it in Qt 6. You can safely use it for your project.

Re: [Interest] [Qt Android] Any recommended way to modify the package name for different build configuration?

2014-06-29 Thread Tomasz Siekierda
On 29 June 2014 08:14, Ben Lau wrote: > Hi, > > I am using TestFairy to deliver beta/testing version of our application to > others. It is great if we don't have development version and those released > via TestFairy on a same device. Since TestFairy will re-sign the package , > if the APK's packa

Re: [Interest] Is there any way to find QML object by id?

2014-05-22 Thread Tomasz Siekierda
On 22 May 2014 12:01, Tony Rietwyk wrote: > >> > Thats exactly what I would also do if it would be my component, but >> > unfortunately I don't have an access to TextInput { id: input } which >> > is inside the ComboBox. >> >> But you are able to assign the ID or is it built-in? I don't get the >

Re: [Interest] Is there any way to find QML object by id?

2014-05-22 Thread Tomasz Siekierda
On 22 May 2014 10:50, ElderOrb wrote: > On Thu, 22 May 2014 09:23:57 +0300, Tomasz Siekierda > wrote: > >> On 22 May 2014 00:07, Alexander Ivash wrote: >>> Use-case: Let's say I want to customize ComboBox's TextInput control >>> which >>>

Re: [Interest] Is there any way to find QML object by id?

2014-05-21 Thread Tomasz Siekierda
On 22 May 2014 00:07, Alexander Ivash wrote: > Use-case: Let's say I want to customize ComboBox's TextInput control which > is not exposed via ComboBox API. There is some private API for that, but (unless something changed recently) no official way to search by IDs. What I do in my code is assign

Re: [Interest] STILL LOOKING for a QPA

2014-05-20 Thread Tomasz Siekierda
On 20 May 2014 15:37, Tomasz Olszak wrote: > It's not that it is hidden. It's private so that it can change in next > non patch version. You can use it on your own responsibility and many > developers, especially in embedded world, do that. > Minimal documentation is a fact, anyone can change that

Re: [Interest] STILL LOOKING for a QPA

2014-05-20 Thread Tomasz Siekierda
On 20 May 2014 14:17, Knight Andrew wrote: >> Where are the docs? > > QPA is an internal API, so don't expect any formal documentation or > compatibility promises. I don't think this is a good idea to hide the documentation for QPA... Qt is advertised as cross-platform, and since Qt 5 the motto

Re: [Interest] [QtQuick][Strict] Getting property of QtObject in two different places of program

2014-04-14 Thread Tomasz Siekierda
On 11 Apr 2014 13:38, "Kakadu" wrote: > > Hi > > I have an issue with accessing property of my QtObject. When I do it > in Component.onCompleted slot all is fine: eval('images.city1') and > eval('images').city1 work the same (for enabled and disabled strict > mode). > > But when I do the same code

Re: [Interest] Licensing Questions

2014-04-02 Thread Tomasz Siekierda
On 2 April 2014 12:55, alfa wrote: > Hi Sarah, > > If I understand it correctly regarding the licensing issue, you may want to > use LGPL(as opposed to GPL), that does not require you to release the source > code, however, perhaps somebody who are more experienced than me can explain > on this, be

Re: [Interest] Blog is down?

2014-04-01 Thread Tomasz Siekierda
On 1 April 2014 18:38, Bob Hood wrote: > On 4/1/2014 9:54 AM, Jason H wrote: >> http://blog.qt.digia.com/ >> >> >> Error establishing a database connection > > Confirmed. Fear not, it's up again ;-) ___ Interest mailing list Interest@qt-project.org http

Re: [Interest] [Development] Harmonizing the Qt 5.x Documentation

2014-03-11 Thread Tomasz Siekierda
On 11 March 2014 10:01, Pasion Jerome wrote: > Hello all, > > Short summary: We will be redirecting viewers of Qt 5.0 and Qt 5.1 > documentation > to "Qt 5" documentation. Subsequently, we will remove the 5.0 and 5.1 > documentation > from qt-project.org and we will place future Qt 5.x documentati

Re: [Interest] Qt 4.8.6

2014-02-04 Thread Tomasz Siekierda
On 4 February 2014 14:58, Jason Dolan wrote: > Does anyone know when Qt 4.8.6 will be released? I thought I heard a few > months ago that it should be out by the end of January. Later this month (February). AFAIK, it is now undergoing release testing. Snapshot packages are already available at

[Interest] Qt installer not working on Ubuntu

2013-11-27 Thread Tomasz Siekierda
Hi, I've encountered this thread on the forum: http://qt-project.org/forums/viewthread/35348 I'm usually compiling from source, so I don't really know how to help the guy. Anybody knows a solution there? Cheers, sierdzio ___ Interest mailing list Inter

Re: [Interest] QML Web Development

2013-11-27 Thread Tomasz Siekierda
On 26 November 2013 20:55, Николай Шатохин wrote: > And CppCms http://cppcms.com/wikipp/en/page/main with Qt libs for > server-side. You can also use the QmlWeb project https://gitorious.org/qmlweb/pages/Home Works with pure QML apps only. ___ Interes

Re: [Interest] Qt Quick on desktop applications

2013-11-22 Thread Tomasz Siekierda
On 22 November 2013 11:22, Graham Labdon wrote: > > Hi > Is it viable to develop a complex desktop application using QML for the user > interface? > Regards > Yes. But better make some test apps before you commit to that. QML is very easy and powerful, but needs a bit getting used to (it's very

Re: [Interest] Best practices for settings

2013-11-17 Thread Tomasz Siekierda
On 17 November 2013 14:53, Tim Hoffmann wrote: > Hi all, Hi > Are there any best practices for working with QSettings in larger > projects with many settings? I'm not claiming the ones I will list are "the best", but they do work quite well in several projects I'm involved in. > In particular:

Re: [Interest] Deployment by Qt Installer Framework

2013-04-13 Thread Tomasz Siekierda
On 13 April 2013 00:37, Muhammad Bashir Al-Noimi wrote: > By the way, Is there any wizard or any rapid tool for quick and clean Qt > deploying? There is macdeployqt for Mac OS X. Ivan is working on a similar tool for Windows and Linux, but I don't know current status.

Re: [Interest] Oops! Somebody's got a bad case of dependency bloat!

2013-04-10 Thread Tomasz Siekierda
On 10 April 2013 14:14, Rainer Wiesenfarth wrote: > ... ah, I forgot, there is a "-no-widgets" configure option, but no > "-no-webkit"... :-( Qt is now modular. Just delete the webkit directory and run configure, it should all work. ___ Interest mailin

Re: [Interest] Qt3D Qt5 Angle

2013-03-22 Thread Tomasz Siekierda
On 21 March 2013 21:59, qtnext wrote: > Hi, > > Is there any progress about Qt3D QT5/Angle Lib support ? I do'nt understand > what is not working : qt3D is from scratch build to use Opengl ES, so it > should works with angle ? Qt3D is now being rewritten by Sean and friends (KDAB). it will hit th

Re: [Interest] Qt5 what's missing?!

2013-01-15 Thread Tomasz Siekierda
On 16 January 2013 07:55, M. Bashir Al-Noimi wrote: > Do I missed something? Yes. > All-in-one packaging: Nokia packaged all needed tools for developing Desktop > & Mobile applications, while current distro supports Desktop developing only > and asks you to download many packages (which most of

Re: [Interest] preparing for the KickOff

2013-01-15 Thread Tomasz Siekierda
> Everybody: please forget you've seen this! No worries, we were all distracted by a strange lightning when this message came in. I'm sure it will vanish from the archive, too ;) ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.o

Re: [Interest] Announcing Doxyqml

2013-01-14 Thread Tomasz Siekierda
On 14 January 2013 10:43, Aurélien Gâteau wrote: > Cool, net me know how it works for you. > > There are no plan as of now to push it into Doxygen. Doing so would require > a rewrite in C++, which is not something I plan to do at the moment. Note > that Doxyqml is now mentioned on Doxygen extensio

Re: [Interest] Announcing Doxyqml

2013-01-12 Thread Tomasz Siekierda
> I wrote an input filter for Doxygen which makes it possible to use Doxygen > to document QML components. > It is being used on api.kde.org to document Plasma QML components. > You can > view an example of the output here: > http://api.kde.org/4.x-api/kde-runtime- apidocs/plasma/declarativeimports

Re: [Interest] Future of Qt Opensource SDK?

2012-10-12 Thread Tomasz Siekierda
> A couple of people have requested this: > http://lists.qt-project.org/pipermail/releasing/2012-September/000634.html > This is from the Director of Qt R&D at Digia, so I think you can count > on it. The SDK is dead for non commercial customers. If you disagree, > you just might have found your ne

Re: [Interest] How big are the Qt libraries in mobile?

2012-01-18 Thread Tomasz Siekierda
> Can someone help checking what is the size of the Qt libraries in > Android or iOS? Also, are they loading a separate QtWebKit? For Ministro 2, version 6.0: 16.31 MB overall, and that's: QtCore, QtGui (including widgets, as it's Qt 4.8), QtDeclarative, QtScript. I'm not using QtWebKit in my app,