Re: [Interest] Support for Visual Studio 2017

2017-02-23 Thread NoRulez
Thank you very much for the clarification > Am 23.02.2017 um 08:52 schrieb Thiago Macieira : > >> On quarta-feira, 22 de fevereiro de 2017 22:38:09 PST NoRulez wrote: >> Hello, >> >> since visual studio 2017 will be released on march 7th, which Qt version >

[Interest] Support for Visual Studio 2017

2017-02-22 Thread NoRulez
Hello, since visual studio 2017 will be released on march 7th, which Qt version will support it? Are there any pre-builts for it? Thanks in advance Regards ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/

[Interest] [iOS][Android] No context menu for a read only QML TextArea

2016-06-30 Thread NoRulez
Hello, If I set the read only property on the text area then there doesn't appear s context menu (Select All, Copy). Is this a bug or did I need to set some property? Thanks Regards ___ Interest mailing list Interest@qt-project.org http://lists.qt-pro

Re: [Interest] Questions about scaling

2016-05-21 Thread NoRulez
Ok thanks anyway After re-reading the apple documentation and adding UILaunchStoryboardName to Info.plist it works now with full resolution. Regards > Am 18.05.2016 um 19:23 schrieb Jason H : > > >>> >>> I've attached an example what I mean. >>> The image with the blue background is the QML

Re: [Interest] Questions about scaling

2016-05-18 Thread NoRulez
No one? It look really ugly. I've attached an example what I mean. The image with the blue background is the QML app. Thanks in advance Regards > Am 16.05.2016 um 22:54 schrieb NoRulez : > > Hello, > > When I start my app on the device, then it seems that

[Interest] Questions about scaling

2016-05-16 Thread NoRulez
Hello, When I start my app on the device, then it seems that the screen is scaled, because the wireless icon, battery and time are bigger then before. After I close my app, those icons has there normal size. How can I manage to disable those scaling? Regards ___

Re: [Interest] iOS: You are creating QApplication before calling UIApplicationMain

2016-05-16 Thread NoRulez
I managed it to make it work with CMake > Am 13.05.2016 um 17:13 schrieb NoRulez : > > Hello, > > I get the following error: > "Error: You are creating QApplication before calling UIApplicationMain. If > you are writing a native iOS application, and only want to

[Interest] iOS: You are creating QApplication before calling UIApplicationMain

2016-05-13 Thread NoRulez
Hello, I get the following error: "Error: You are creating QApplication before calling UIApplicationMain. If you are writing a native iOS application, and only want to use Qt for parts of the application, a good place to create QApplication is from within 'applicationDidFinishLaunching' inside

Re: [Interest] Qt 5.6 QML on iOS: Crash on start up

2016-05-11 Thread NoRulez
works for me! > > Regards, > > Nuno > >> On 11 May 2016, at 05:55, NoRulez wrote: >> >> Hello, >> >> I compiled my first QML app for iOS. After I copied it to my device and >> start it, it only flickers for a second and exit with SIGABRT.

[Interest] Qt 5.6 QML on iOS: Crash on start up

2016-05-10 Thread NoRulez
Hello, I compiled my first QML app for iOS. After I copied it to my device and start it, it only flickers for a second and exit with SIGABRT. I doesn't find anything useful in the iPhone logs. I've an iPhone 6s with iOS 9.3 installed. The build machine is 10.11.4 with Xcode 7.3.1 and Qt5.6 for

Re: [Interest] AndroidManifest Minimum required API not working as expected

2016-05-10 Thread NoRulez
ve any > of your problem with default settings of Qt Creator and using gradle. > > When I create a new project with Qt Creator and I set to use gradle … the app > name is correct and I can change the sdks. > > >> On 10 May 2016, at 10:00, NoRulez wrote: >> >>

Re: [Interest] AndroidManifest Minimum required API not working as expected

2016-05-10 Thread NoRulez
10 May 2016, at 07:26, Gianluca wrote: >>>> >>>> Please, can you tell us if all these problems appear using “ant” or using >>>> “gradle” ? >>>> (Old Android build was with “ant”, now ant is deprecated and you should >>>> use only “gra

Re: [Interest] AndroidManifest Minimum required API not working as expected

2016-05-10 Thread NoRulez
droid build was with “ant”, now ant is deprecated and you should use > only “gradle” … but Qt still support both) > >> Il giorno 10/mag/2016, alle ore 05:04, NoRulez ha scritto: >> >> Hello, >> >> I've the same problem when building with CMake on the com

Re: [Interest] AndroidManifest Minimum required API not working as expected

2016-05-09 Thread NoRulez
Hello, I've the same problem when building with CMake on the command line. I want target android-21 but android-23 is used. It seems that there is maybe a bug somewhere. > Am 09.05.2016 um 23:17 schrieb Igor Mironchik : > > Really weird... > > What is command lines when you compiling? > > I

Re: [Interest] QML Set data from a different model role

2016-05-09 Thread NoRulez
Ok thanks, I will give it a try > Am 09.05.2016 um 17:17 schrieb Nikita Krupenko : > > 2016-05-09 18:12 GMT+03:00 NoRulez : >> This works when I use a number (256 for Qt::UserRole) but not with an enum >> name >> >>> Am 09.05.2016 um 16:47 schrieb Nikita

Re: [Interest] QML Set data from a different model role

2016-05-09 Thread NoRulez
This works when I use a number (256 for Qt::UserRole) but not with an enum name > Am 09.05.2016 um 16:47 schrieb Nikita Krupenko : > > 2016-05-09 17:32 GMT+03:00 NoRulez : >> I have a QStandardItemModel >> >> I also to overload the roleNames() function but then i ge

Re: [Interest] QML Set data from a different model role

2016-05-09 Thread NoRulez
I have a QStandardItemModel I also to overload the roleNames() function but then i get the error that "Role2" isn't defined. > Am 09.05.2016 um 15:50 schrieb Nikita Krupenko : > > 2016-05-09 9:19 GMT+03:00 NoRulez : >> Hi, >> >> I want do show data

[Interest] QML Set data from a different model role

2016-05-08 Thread NoRulez
Hi, I want do show data in a combobox in QML and after a selection in the combo box is made I want the data but from a different role. In QML I have the following: ComboBox { model: MyModel textRole: "Role1" onCurrentTextChanged: { MyLineEdit.text = ?? // Here I want the text from "

Re: [Interest] How to set Android Version and App Name

2016-05-07 Thread NoRulez
Ok I solved an other problem. So, if somebody has the same problem: Use add_library($PROJECT_NAME} SHARED...) instead of add_executable($PROJECT_NAME} SHARED...) since on the android it is only a shared library and not an executable. > Am 06.05.2016 um 17:56 schrieb NoRulez : > >

Re: [Interest] How to set Android Version and App Name

2016-05-06 Thread NoRulez
Hi ekke, I do not use Qt creator. I build it with CMake on the command line. Regards > Am 06.05.2016 um 07:32 schrieb ekke : > >> Am 05.05.16 um 21:47 schrieb NoRulez: >> Hello, >> >> I tried to deploy my first example app to my device. >> I noticed that

Re: [Interest] How to set Android Version and App Name

2016-05-06 Thread NoRulez
-21 and I also can't set the package name > Am 06.05.2016 um 08:42 schrieb Nuno Santos : > > Where is your AndroidManifest.xml? That’s the place for those kind of things. > >> On 06 May 2016, at 06:32, ekke wrote: >> >> Am 05.05.16 um 21:47 schrieb NoRu

Re: [Interest] How to set Android Version and App Name

2016-05-05 Thread NoRulez
The name and version in the package/AndroidManifest.xml are the correct ones > Am 05.05.2016 um 21:50 schrieb Jason H : > > >> I tried to deploy my first example app to my device. >> I noticed that the app name is always QtApp and the target is always >> android-23. >> I tried to set the versio

[Interest] How to set Android Version and App Name

2016-05-05 Thread NoRulez
Hello, I tried to deploy my first example app to my device. I noticed that the app name is always QtApp and the target is always android-23. I tried to set the version with "--android platform android-21" but it doesn't work either. Can anybody give me a hint to set those options? Thanks __

Re: [Interest] [Qtwebengine] Inject QWebChannel and/or JQuery into QWebEnginePage

2016-03-25 Thread NoRulez
WorldId(QWebEngineScript::MainWorld); > script.setInjectionPoint(QWebEngineScript::DocumentCreation); > script.setRunsOnSubFrames(false); > > profile->scripts()->insert(script); > } > > return profile; > } > > Don't forget t

[Interest] Inject QWebChannel and/or JQuery into QWebEnginePage

2016-03-20 Thread NoRulez
Hello, Did I have to inject QWebChannel and for example JQuery every time before or after I call setUrl()/load() to QWebEngineView or only once? Because the jquery event for loading a site is only called once and if loaded then it has the previous url: $(window).load(function () { alert('p

[Interest] Fwd: Minimum required OS X SDK for Qt 5.6?

2016-03-04 Thread NoRulez
Anfang der weitergeleiteten E‑Mail: > Von: NoRulez > Datum: 4. März 2016 um 10:46:15 MEZ > An: Tim Blechmann > Betreff: Re: [Interest] Minimum required OS X SDK for Qt 5.6? > > My current problem is that if I use a newer SDK than 10.8 and/or if I add > libc++ tha

[Interest] Minimum required OS X SDK for Qt 5.6?

2016-03-02 Thread NoRulez
Hello, what is the minimum required Mac OS X SDK? I tried it with MacOSX10.8.sdk and C++11 enabled but it fails with (I think that C++11 is not fully supported in 10.8): In file included from /opt/Qt/5.6/clang_64/lib/QtCore.framework/Headers/QString:1: /opt/Qt/5.6/clang_64/lib/QtCore.framework/H

Re: [Interest] How can I set proxy settings and QNetworkCookieJar with QWebEngine

2016-02-24 Thread NoRulez
Ok i think the most is solved in Qt 5.6.0 rc. Thanks Am 22.02.2016 um 11:08 schrieb Koehne Kai : >> -Original Message- >> From: NoRulez [mailto:noru...@me.com] >> [...] >>> Could you elaborate? >> >> >> In the Qt 5.5 examples there are a

Re: [Interest] How can I set proxy settings and QNetworkCookieJar with QWebEngine

2016-02-22 Thread NoRulez
chrieb Koehne Kai : > > > >> -Original Message- >> From: Interest [mailto:interest- >> bounces+kai.koehne=theqtcompany@qt-project.org] On Behalf Of >> NoRulez >> Sent: Sunday, February 21, 2016 4:14 AM >> To: QtWebEngine MailingList ; Qt Proje

[Interest] How can I set proxy settings and QNetworkCookieJar with QWebEngine

2016-02-20 Thread NoRulez
Hello, first, I know that I can't use QNetworkCookieJar with QWebEngine, but what are the new alternatives to set the CookieJar and Proxy settings with QWebEngine? Users which saved cookies with CookieJar (ini file) from QWebKit, how can these load an save those with QWebEngine? It was possible

Re: [Interest] Are there fixes for QWebEngine?

2016-01-17 Thread NoRulez
Hello Jörg, I used the official Beta installer. Regards > Am 15.01.2016 um 15:06 schrieb Joerg Bornemann > : > >> On 14-Jan-16 22:18, NoRulez wrote: >> >> I tried to play with the examples (demobrowser). But I can't compile because >> of missing file

[Interest] Are there fixes for QWebEngine?

2016-01-14 Thread NoRulez
Hi @all, I tried to play with the examples (demobrowser). But I can't compile because of missing files. E.g. QWebEngineHitTestResult ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Handle frames and web forms with QWebEngine

2016-01-05 Thread NoRulez
ld someone please help me to handle iframes correctly with QWebEngine. I think those guys who has desired to replace QWebKit with QWebEngine should see the problem. Thanks in advance Best Regards > Am 02.12.2015 um 10:36 schrieb NoRulez : > > If someone is interested. I found a solution whi

Re: [Interest] New CI for Qt (and OpenSource Qt/QtC 3rd parties)

2015-12-09 Thread NoRulez
Why not using Qt with CMake and Jenkins CI? With this combination you could also use non Qt related projects. Best Regards > Am 09.12.2015 um 14:26 schrieb "rpzrpz...@gmail.com" : > > What's missing are any comment from Qt on its new CI and the specs behind it. > > That would have been a great

Re: [Interest] Handle frames and web forms with QWebEngine

2015-12-02 Thread NoRulez
Option }); }); Best regards > Am 27.11.2015 um 09:48 schrieb Koehne Kai : > > > >> -Original Message- >> From: NoRulez [mailto:noru...@me.com] >> Sent: Friday, November 27, 2015 9:35 AM >> To: Koehne Kai >> Cc: Qt Project MailingList >> Subj

Re: [Interest] Handle frames and web forms with QWebEngine

2015-11-27 Thread NoRulez
25.11.2015 um 13:08 schrieb Koehne Kai : > > > >> -Original Message- >> From: NoRulez [mailto:noru...@me.com] >> Sent: Tuesday, November 24, 2015 2:37 PM >> To: Koehne Kai >> Cc: Qt Project MailingList >> Subject: Re: [Interest] Handle frames and

Re: [Interest] Qt 5.6 beta prebuild binaries for VS2015

2015-11-24 Thread NoRulez
Hello Thiago, thank you very much for the detailed answer. Best Regards > Am 24.11.2015 um 19:42 schrieb Thiago Macieira : > >> On Tuesday 24 November 2015 11:14:43 Jeff Tranter wrote: >> It is up to the release team. I think they are due to meet today and >> should post the minutes the Qt Rele

Re: [Interest] Qt 5.6 beta prebuild binaries for VS2015

2015-11-24 Thread NoRulez
For sure, I know But I thought you could give us an approximate date, because https://wiki.qt.io/Qt-5.6-release isn't up to date. Thanks Best Regards > Am 24.11.2015 um 16:17 schrieb Thiago Macieira : > >> On Tuesday 24 November 2015 14:32:42 NoRulez wrote: >> Ok th

Re: [Interest] Handle frames and web forms with QWebEngine

2015-11-24 Thread NoRulez
No one? Isn't it supported to return simple objects? Best Regards > Am 19.11.2015 um 17:29 schrieb NoRulez : > > I tried to use m_pWebEngineView->page()->runJavaScript() after the site is > loaded, but it returns QVariant(QVariantMap, QMap()) for most of the time. &g

Re: [Interest] Qt 5.6 beta prebuild binaries for VS2015

2015-11-24 Thread NoRulez
Ok thank you. Do you know the release date for the beta? Best Regards > Am 21.11.2015 um 21:22 schrieb Thiago Macieira : > >> On Saturday 21 November 2015 06:56:39 NoRulez wrote: >> Hi, >> >> are prebuild binaries for VS2015 planned with Qt 5.6 beta? > > Y

[Interest] Qt 5.6 beta prebuild binaries for VS2015

2015-11-20 Thread NoRulez
Hi, are prebuild binaries for VS2015 planned with Qt 5.6 beta? What is the current release date for the Qt 5.6 beta, because in the wiki is 19th nov. but it isn't released yet. Best Regards ___ Interest mailing list Interest@qt-project.org http://list

Re: [Interest] Qt support for strongly-typed enums

2015-11-20 Thread NoRulez
ok thanks, i learned a bit more today. I over read the qHash function overload thing. Best Regards > Am 21.11.2015 um 05:46 schrieb Thiago Macieira : > >> On Saturday 21 November 2015 05:33:23 NoRulez wrote: >> Is this also possible for keys in a QHash for example? > >

Re: [Interest] Qt support for strongly-typed enums

2015-11-20 Thread NoRulez
Is this also possible for keys in a QHash for example? > Am 21.11.2015 um 05:26 schrieb Thiago Macieira : > >> On Saturday 21 November 2015 03:08:54 Tom Isaacson wrote: >> I'm moving an old project to Qt5 and since we've upgraded compiler and now >> have C++11 support I thought I'd change my enum

Re: [Interest] Qt support for strongly-typed enums

2015-11-20 Thread NoRulez
I think yes. We have also updated an old project and replaced QMap with std::unordered_map where enumtype was a normal "enum" and now converted to "enum class". Because it seems not possible to use strong enums in the QMetaType. Please correct me if I'm wrong Best Regards > Am 21.11.2015 um

Re: [Interest] Handle frames and web forms with QWebEngine

2015-11-19 Thread NoRulez
document.forms[0].elements". With which I expect a list of maps or similar to get the form elements. Best Regards > Am 18.11.2015 um 16:40 schrieb Koehne Kai : > > > >> -Original Message- >> From: NoRulez [mailto:noru...@me.com] >> Sent: Wednesday, No

Re: [Interest] Handle frames and web forms with QWebEngine

2015-11-18 Thread NoRulez
Is there an example for such approach? > Am 18.11.2015 um 10:12 schrieb Koehne Kai : > > > >> -Original Message- >> From: Interest [mailto:interest-boun...@qt-project.org] On Behalf Of NoRulez >> >> Hi, >> >> What is the preferr

[Interest] Handle frames and web forms with QWebEngine

2015-11-17 Thread NoRulez
Hi, What is the preferred way to handle web forms (iterate over it like QWebCollection does in QWebKit), search for frames by name and get notified when a frame is created? (Was a signal in QWebKit) Best Regards ___ Interest mailing list Interest@qt-

Re: [Interest] Qt iOS without QML?

2015-10-27 Thread NoRulez via Interest
5:20, Edward Sutton via Interest >> escreveu: >>> On Oct 27, 2015, at 8:59 AM, NoRulez wrote: >>> >>> The problem is that I don't won't to learn an additional "language" only >>> for ui's. >>> >>> I doesn'

Re: [Interest] Qt iOS without QML?

2015-10-27 Thread NoRulez via Interest
The problem is that I don't won't to learn an additional "language" only for ui's. I doesn't found really helpful examples which uses QML as the ui and c++ as the logic part. Maybe someone have useful links? Thanks > Am 27.10.2015 um 14:18 schrieb Burak Arslan via Interest > : > > > >> O

[Interest] How to change paths in qmake

2014-03-25 Thread NoRulez
Hello list, I've build Qt 4.8.2 on a Mac machine. Now I've copied the build Qt onto another machine in a different location. After all I patched the binaries on the new machine with a Qt patcher found on gitorius, to be able to use CMake and Qt for my project. Because CMake uses qmake -query to

Re: [Interest] File change signal is emitted multiple times in QFileSystemWatcher on Mountain Lion (Qt 4.8.2)

2012-07-31 Thread norulez
file ("echo "Hello World" >> HelloWorld.txt") > 4.) The fileChanged() signal is received multiple times > > System: Qt 4.8.2 > OS X Mountain Lion > > Does anyone know when Mountain Lion is supported? Qt 4.8.3? Qt 5.0? > > Thanks i

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

2012-07-30 Thread norulez
Does QFileDialog::getOpenFileName() in Mountain Lion not work anymore? If I debug an example with Xcode I get NS* timeouts. Am 30.07.2012 um 12:00 schrieb Raul Metsma : > I add 2 more required features > > if you use setQuitOnLastWindowClosed( true ) then there is no way to identify > when use

[Interest] File change signal is emitted multiple times in QFileSystemWatcher on Mountain Lion (Qt 4.8.2)

2012-07-30 Thread norulez
ion is supported? Qt 4.8.3? Qt 5.0? Thanks in advance Best Regards NoRulez ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Application crash with QLocale

2012-06-12 Thread NoRulez
It seems to work when m_locale is a global variable:namespace {    QLocale m_locale;}But I don't know why. Does anyone has an idea what the problem could be?Thanks in advanceAm 12. Jun 2012 um 19:12 schrieb NoRulez :Hi,in the debug version I get the following message when creating a QL

[Interest] Application crash with QLocale

2012-06-12 Thread NoRulez
Hi,in the debug version I get the following message when creating a QLocale::system(): ASSERT: "index <= locale_data_size" in file tools/qlocale.cpp, line 601In the release version the application crashes with a runtime error.The only thing I do was to set a member variable:QLocale m_locale;Here is

Re: [Interest] QSqlRelationalTabelModel fails to insert row

2012-06-01 Thread NoRulez
dvance Best Regards NoRulez ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] QSqlRelationalTabelModel fails to insert row

2012-05-30 Thread norulez
roduct, so that the QSqlRelationalTableModel has the new/updated keys? Thanks in advance Best Regards NoRulez ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] In-App purchase for the Mac App Store

2012-05-22 Thread norulez
m for In-App purchases, but I think this is only for android, isn't it? Could someone please give me a hint. Thanks in advance Best Regards NoRulez ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] Color Picker (Pipette)

2012-05-13 Thread norulez
so I don't need WIN32 API and/or API calls for Linux/Mac Does anyone have an idea on how to start? Thanks in advance Best Regards NoRulez ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Item position from a QListview in an QStyledItemDelegate

2012-03-27 Thread norulez
The idea was to change the font and/or text color for an element. Let's say in column 3 and in row 4. The QListView shows the items in QListView::IconMode and with the setting QListView::TopToBottom. Is this possible with an QStyledItemDelegate? And if so, how? Best Regards Am 27.03.2012 um 0

[Interest] Item position from a QListview in an QStyledItemDelegate

2012-03-27 Thread norulez
Hi, is there a way to find out the item position (column/row) from an item in a QListView in IconMode? Or maybe in the ItemDelegate? Thanks in advance Best Regards ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/l

[Interest] Make a flat Model from a hierarchical Model with all children

2012-03-26 Thread norulez
Hello, I have a hierarchical Model and i want to have a flat Model. Does anyone have an idea on how to do this with an proxy model? Best Regards NoRulez ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo

[Interest] Wrong time format from QLocale

2012-03-22 Thread NoRulez
Hello @all,I want to use the date/time format from QLocale but I get a wrong result for the short time format.The following code:qDebug() << QLocale::system().dateFormat(QLocale::LongFormat); qDebug() << QLocale::system().dateFormat(QLocale::ShortFormat); qDebug() << QLocale::system().timeF

Re: [Interest] [CMake] Problems with CMake and static Qt plugins

2012-03-04 Thread norulez
. Thanks to all Best Regards NoRulez Am 04.03.2012 um 00:07 schrieb Michael Hertling : > On 03/02/2012 02:48 PM, NoRulez wrote: >> Hello, >> >> I use Qt 4.8.0 from the QtSDK and Iwant to generate a static qt plugin. >> In my main.cpp I have the following: >

Re: [Interest] Problems with CMake and static Qt plugins

2012-03-02 Thread norulez
Thank you, I added ADD_DEFINITIONS(-DQT_STATICPLUGIN) but the result is the same (same error message) Best Regards Am 02.03.2012 um 14:58 schrieb Thiago Macieira : > On sexta-feira, 2 de março de 2012 13.48.03, NoRulez wrote: >> When I compile it I get the following error: >&

[Interest] Problems with CMake and static Qt plugins

2012-03-02 Thread NoRulez
Hello,I use Qt 4.8.0 from the QtSDK and I want to generate a static qt plugin.In my main.cpp I have the following:#include #include Q_IMPORT_PLUGIN(Local)int main(int argc, char* argv[]) {    QApplication app(argc, argv); ...     return app.exec();}The corresponding CMakeLists.txt for

Re: [Interest] StyleSheets in children QWidgets

2012-02-23 Thread norulez
You can use something like the following for only the button with the object name (mybutton): QPushButton#mybutton { border: 2px solid gray; border-radius: 3px; } In the code you must use: pButton->setObjectName("mybutton"); But I recommend that you have a look on QStyle. Best Regards

Re: [Interest] StyleSheets in children QWidgets

2012-02-23 Thread norulez
This isn't possible. I know there where a hack/workaround but this doesn't work either. Best Regards Am 23.02.2012 um 12:14 schrieb Николай Шатохин : > Hello. > > When I set custom StyleSheet in CentralWidget or MainWindow, all children > widgets and elements lost their default StyleSheets. H

Re: [Interest] Can you tell me what tools you use to read the mailing lists?

2012-02-19 Thread norulez
A simple iPhone an/or iPad Am 19.02.2012 um 12:36 schrieb rcyboom : > I find it very difficult to read the mailing lists, because it is shown too > much unrelated content.eg: > > Send Interest mailing list submissions to interest@qt-project.org T

Re: [Interest] QT 4.8

2012-02-17 Thread norulez
You have to register the documentations with Qt Assistant Best Regards Am 17.02.2012 um 21:51 schrieb "Szalata, Zenon M." : > I have installed qt-4.8 64bit on a rhel6 64bit linux computer. I chose > default installation. The installation was successful. > However, assistant shows nothing in

Re: [Interest] Mac App Store submission issues

2012-02-15 Thread norulez
This works in Qt 4.8. Set only your application name (Demo) and organization name (mydomain.at) and call: QSettings settings; The location for sandboxed apps is ~/Library/Container/at.mydomain.Demo/Library/Preferences/ You can get this information with settings.fileName(). Am 15.02.2012 um 21

Re: [Interest] Update/Upgrade of a product from the Mac App Store fails

2012-02-15 Thread norulez
qt_menu.nib is a directory within the Resources folder under QtGui.framework. In the directory qt_menu.nib there is the file classes.nib and some other files. It seems that the installation procedure from the Mac App Store has problems to upgrade. Or there is a problem when upgrading from a prev

Re: [Interest] Mac App Store submission issues

2012-02-15 Thread norulez
mmon problem as far as > I know, but there's a patch for this in QTBUG-16549. > > - Hide/show menu items in application menu are not disabled correctly. It > seems like this has been flagged somewhat randomly in App Store. A fix > (not merged yet) is at https://codereview.qt-proj

Re: [Interest] using windows FindFirstFile

2012-02-15 Thread norulez
Use QDir::toNativeSeparators() which replace slashes with backslashes Best Regards Am 15.02.2012 um 12:58 schrieb Graham Labdon : > Hi > I am trying to use the windows FindFirstFile function. > In the code below the call to FindFirstFile always fails with the error > ‘ERROR_INVALID_NAME’ > The

[Interest] Update/Upgrade of a product from the Mac App Store fails

2012-02-15 Thread norulez
Hi,I don't know if this is a failure from apple (Mac App Store) or a failure from Qt (4.8.0) or my own fault.So, the current problem is that when I update/upgrade a software over the Mac App Store I got the error message (AppBundle is the software product): installd: PackageKit: - Begin install

Re: [Interest] [Qt-interest] Latest on Mac App Store + sandboxing?

2012-02-13 Thread NoRulez
I tried it also this way, but i want to be able to generate packages on a build server, so in my case the command line tools are simpler ;-)I had made a mistake in the example (point 2) in the last mail, here are "all" steps copied from my projectSo, let's say the bundle indentifier in this example

Re: [Interest] [Qt-interest] Latest on Mac App Store + sandboxing?

2012-02-13 Thread norulez
all your plugins (e.g. Bundle/Contents/PlugIns/imageformats/libqgif.dylib) 3.) use codesign with the entitlements file on your bundle 4.) run productbuild 5.) test the created package with the installer I hope this helps Best Regards NoRulez Am 13.02.2012 um 20:16 schrieb Paul Miller : > As

Re: [Interest] source for libgcc_s_dw2-1.dll

2012-02-09 Thread norulez
You also need the file mingw32.dll Best Regards NoRulez Am 09.02.2012 um 21:59 schrieb Yi Ding : > Hi, > > I'm looking to distribute my program built on Qt using the Qt SDK, and it > looks like I'll have to include libgcc_s_dw2-1.dll with my program to get it > to

Re: [Interest] Problems when updating view/delegate

2012-02-03 Thread norulez
at when I change the value of column 2, then only >> the background of column 2 is changed. >> >> How can I update the view so that all columns are updated? >> >> mytableview->repaint is too expensive. >> >> Thanks in advance >> >> B

Re: [Interest] Problems with Drag and Drop in Windows 7

2012-02-03 Thread norulez
t;> >> Make a breakpoint on a line (int n = 0;) in the code and run in debug > mode >> >> Am 25.01.2012 um 16:48 schrieb Samuel Gaist : >> >>> >>> On 25 janv. 2012, at 15:44, NoRulez wrote: >>> >>>> Hello again, >>&g

[Interest] Problems when updating view/delegate

2012-02-03 Thread norulez
can I update the view so that all columns are updated? mytableview->repaint is too expensive. Thanks in advance Best Regards NoRulez ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Encode POST data for QNetworkAccessManager

2012-02-01 Thread NoRulez
pReply->ignoreSslErrors(); What is the correct way to send/receive a 1:1 copy of the string which I sent? Best Regards NoRulez -Ursprüngliche Nachricht- Von: interest-bounces+norulez=me@qt-project.org [mailto:interest-bounces+norulez=me@qt-project.org] Im Auftrag

[Interest] Encode POST data for QNetworkAccessManager

2012-01-31 Thread norulez
Hi, I want to send some specific data to a PHP Script. For example a regular expression. My problem now is that a '+' is replaced by a whitespace for example. Any hints would be great. Thanks in advance Best Regards NoRulez ___ Interest ma

Re: [Interest] Problems with Drag and Drop in Windows 7

2012-01-25 Thread norulez
But the main problem is that the breakpoint in the functions aren't reached. Make a breakpoint on a line (int n = 0;) in the code and run in debug mode Am 25.01.2012 um 16:48 schrieb Samuel Gaist : > > On 25 janv. 2012, at 15:44, NoRulez wrote: > >> Hello again, >>

[Interest] Problems with Drag and Drop in Windows 7

2012-01-25 Thread NoRulez
Hello again,I've attached a small and simple example, which doesn't work.Maybe someone could helpThanks in advanceBest Regards DragDropExample.rar Description: Binary data ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mai

[Interest] Problems with Drag and Drop in Windows 7

2012-01-25 Thread NoRulez
Hello @all,I tried to compile and run the example which is listed here: http://developer.qt.nokia.com/wiki/Drag_and_Drop_of_fileshttps://www.gitorious.org/qtdevnet-wiki-mvc/qtdevnet-dropfilesMy Problem now is that I can't drop any files into the MDI Area.I already tried to create a simple applicati

[Interest] Lighthouse and iOS

2012-01-17 Thread norulez
Hi, could anybody explain how an Qt app could be built for iOS, so at the end I have a working package ready for the app store? I know the article: http://labs.qt.nokia.com/2011/08/09/update-on-uikit-lighthouse-platform/ Thanks in advance Best Regards NoRulez

Re: [Interest] print of all the pages of Qt Assistant

2012-01-04 Thread norulez
I also wanted to do this, the commercial support said to me that this isn't possible. Did you tried ditaxml with a fop xsl? Best Regards NoRulez Am 04.01.2012 um 08:47 schrieb Sujan Dasmahapatra : > Dear Friends > I have implemented Qt assistant for my application user manual. I

Re: [Interest] Mac app store roadblock for Qt applications using QtWebKit

2011-12-19 Thread norulez
Hi Matilainen, thanks for such good news. Is there also a release date for 4.8.1 available? Best Regards Am 20.12.2011 um 07:10 schrieb Matilainen Pasi : > On 18.12.2011, at 14.02, Ben Lau wrote: > >> >> >> On Sun, Dec 18, 2011 at 8:00 PM, Ben Lau wrote: >> >> >> On Fri, Dec 16, 2011 at 1

Re: [Interest] [Qt-interest] QEvent::LanguageChange if the system language is changed (Mac OS X)

2011-12-08 Thread norulez
eminfo.html#currentLanguageChanged > > > From: qt-interest-bounces+manish.s.sharma=nokia@qt.nokia.com > [mailto:qt-interest-bounces+manish.s.sharma=nokia@qt.nokia.com] On Behalf > Of ext NoRulez > Sent: Thursday, December 08, 2011 4:23 AM > To: qt-inter...@qt.nokia.com; intere

[Interest] QEvent::LanguageChange if the system language is changed (Mac OS X)

2011-12-07 Thread NoRulez
NoRulez ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] [Qt-interest] Fwd: Application crashes on Mac OS X when loading a pixmap

2011-11-29 Thread NoRulez
Thanks, I'll try it or to find the variable But the strange thing is, that it would work when I don't use the "codesign" utility (which is required to submit to the Mac App Store). -Ursprüngliche Nachricht- Von: Bo Thorsen [mailto:b...@sonofthor.dk] Im Auftrag von Bo Thorsen Gesendet: Di

Re: [Interest] [Qt-interest] Fwd: Application crashes on Mac OS X when loading a pixmap

2011-11-29 Thread norulez
>>> >>> >>> On 11/29/2011 08:19 AM, noru...@me.com wrote: >>>> Are the Qt mailing lists dead? >>>> >>>> Best Regards >>>> >>>> Am 26.11.2011 um 00:42 schrieb noru...@me.com<mailto:noru...@me.co

Re: [Interest] [Qt-interest] Fwd: Application crashes on Mac OS X when loading a pixmap

2011-11-29 Thread norulez
I tried are: >>> Qt 4.7.0 >>> Qt 4.7.4 >>> Qt 4.8 rc >>> >>> The operating system is Mac OS X Lion (10.7.2) >>> >>> Best Regards >>> NoRulez >>> >>> Anfang der weitergeleiteten E‑Mail: >>> >>>

Re: [Interest] [Qt-interest] Fwd: Application crashes on Mac OS X when loading a pixmap

2011-11-28 Thread norulez
Are the Qt mailing lists dead? Best Regards Am 26.11.2011 um 00:42 schrieb noru...@me.com: > The Qt versions I tried are: > Qt 4.7.0 > Qt 4.7.4 > Qt 4.8 rc > > The operating system is Mac OS X Lion (10.7.2) > > Best Regards > NoRulez > > Anfang der weiterg

[Interest] Fwd: [Qt-interest] Application crashes on Mac OS X when loading a pixmap

2011-11-25 Thread norulez
The Qt versions I tried are: Qt 4.7.0 Qt 4.7.4 Qt 4.8 rc The operating system is Mac OS X Lion (10.7.2) Best Regards NoRulez Anfang der weitergeleiteten E‑Mail: > Von: noru...@me.com > Datum: 25. November 2011 23:30:01 MEZ > An: Qt Interest MailingList , Qt Project > MailingLis

[Interest] Application crashes on Mac OS X when loading a pixmap

2011-11-25 Thread norulez
g svg tiff Has anyone an idea how to solve this problem? Thanks in advance Best Regards NoRulez ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] How to set a QTextCharFormat onto a QPlainTextEdit?

2011-11-23 Thread NoRulez
? Thanks in advance Best Regards NoRulez ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] [Qt-interest] (no subject)

2011-11-23 Thread NoRulez
Then you have it under "src\3rdparty\zlib". On my computer for example, I have it under "C:\Qt\4.7.4_VS2008\src\3rdparty\zlib" For Qt SDK: "QtSources\4.7.4\src\3rdparty\zlib" On my computer: "C:\Qt\QtSDK\QtSources\4.7.4\src\3rdparty\zlib" Best Regar

Re: [Interest] [Qt-interest] (no subject)

2011-11-23 Thread norulez
Did you have the QtSDK installed, or an other? If you have installed the QtSDK, than enable the Chechbox for the Qt sources. Best Regards NoRulez Am 23.11.2011 um 10:19 schrieb Graham Labdon : > Thanks for that > But where can I find zlib dll, it does not exist in my Qt installatio

  1   2   >