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
>
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/
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
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
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
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
___
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
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
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.
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
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:
>>
>>
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
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
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
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
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
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
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 "
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 :
>
>
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
-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
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
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
__
WorldId(QWebEngineScript::MainWorld);
> script.setInjectionPoint(QWebEngineScript::DocumentCreation);
> script.setRunsOnSubFrames(false);
>
> profile->scripts()->insert(script);
> }
>
> return profile;
> }
>
> Don't forget t
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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?
>
>
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
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
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
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
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-
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'
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
.
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:
>
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:
>&
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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,
>>
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
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
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
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
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
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
NoRulez
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest
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
>>>
>>>
>>> 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
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:
>>>
>>>
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
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
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
?
Thanks in advance
Best Regards
NoRulez
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest
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
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 - 100 of 101 matches
Mail list logo