Hi,
I can't find a Qt 5.2.1 for Windows 32-bit (VS 2012, OpenGL) version on
http://qt-project.org/downloads.
Is it true and will it be there sometime?
Thanks,
Thomas Meyer
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-projec
Hi,
same on Asus MeMO Pad HD 7.
Application Output:
Starting remote process.D/dalvikvm( 6229): Trying to load lib
/data/data/org.qtproject.example.hellogl_es2/lib/libgnustl_shared.so
0x414ceae8
D/dalvikvm( 6229): Added shared lib
/data/data/org.qtproject.example.hellogl_es2/lib/libgnustl_sha
Hi,
sorry for 3rd posting about same issue. I didn't know the right
mailing list.
I have tried it several hours and get only a pan gesture with two fingers,
with text selection (what I not want).
I have used QPlainTextEdit, QTextEdit - with Qt Designer or subclass
(grabGesture(Qt::PanGesture))
Hi,
I have questions about programming android applications with Qt and
don't know the right mailing list.
Interest, Qt-creator or Android-development?
Thanks,
Thomas
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mai
deltax, viewport[3] / deltay, 1.0);
}
...
Thomas
Am 30.09.2013 17:53, schrieb Thomas Meyer:
> Hi,
> is there a similar function in Qt for gluPickMatrix?
> (Searched, but nothing found.)
>
> Thanks,
> Thomas
> ___
> Inter
Hi,
is there a similar function in Qt for gluPickMatrix?
(Searched, but nothing found.)
Thanks,
Thomas
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest
Hi,
Am 30.09.2013 12:51, schrieb Sean Harmer:
Hi,
On Sunday 29 September 2013 16:12:48 Thomas Meyer wrote:
thank you very much!
You're welcome.
(I have read your 5 parts article:
http://www.kdab.com/opengl-in-qt-5-1-part-1/
and tried the terrain_tessellation project
http://www.kda
understand:
...
QGLFormatglFormat;
glFormat.setVersion(1, 0);
...
The documentation is not enough for me. I can set the version 1.0, but
the functions
above 1.0 works.
Thanks,
Thomas
Am 29.09.2013 11:21, schrieb Sean Harmer:
Hi,
On 27/09/2013 07:35, Thomas Meyer wrote:
Hi,
is it possible
Hi,
is it possible to render in a QGLWidget with the OGL 4.3 functions?
If so, how can I call the functions?
If not, will it be in the future (is it planned)?
Thanks,
Thomas
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.
Hi,
thanks,
I found the Pixel Buffers 2 Example.
Thomas
Am 24.09.2013 22:24, schrieb Till Oliver Knoll:
> Am 24.09.2013 um 16:36 schrieb Bob Hood :
>
>> On 9/24/2013 8:15 AM, Thomas Meyer wrote:
>>> Hi,
>>> is it possible to use OpenGL and QPainter in one windo
Hi,
is it possible to use OpenGL and QPainter in one window (Qt 5.1.1)?
And if it is possible, how and is it recommended?
Example:
I want to render the word "Triangle" into the 'OpenGL Window Example'
(please see Qt Creator - Welcome - Examples).
My first guess is, that it is not possible. I can o
Hi,
is it possible to change the size of the year spinbox from the QDateEdit
(calendarPopup)?
I can see only the first two digits (Qt Designer and own program).
Is it a 'bug'?
Thanks,
Thomas Meyer
___
Interest mailing list
Interest@qt-p
Hi,
I can't find the examples and demos program in
Qt 5.0.1 for Windows 32-bit (VS 2010, full installing).
It was in Qt 4.8.x in the /bin folder.
Please, can somebody help me?
Thanks,
Thomas
___
Interest mailing list
Interest@qt-project.org
http://
Hi,
I have created a widget with a tree widget and added some
items and subitems (right click, 'Edit Items...') in the Qt Designer
v4.8.2 (MS Windows 7).
If I want to remove an item with the minus button, nothing happens.
Something wrong?
Thomas
___
Int
Hi,
I can't find the definition for
...
booloperator==(constQString&s)const;
...
in QString (.h, line 403, Qt v4.8.2 (MS Windows 7)).
I only found it for QLatinString and QByteArray:
(Where is the declaration for QByteArray?)
...
inlineboolQByteArray::operator==(constQString&s)const
{returnqStrin
Hi,
please have a look into 'Qt Examples and Demos':
Graphics View / Ported Asteroids
or
Demonstrations / SameGame
(Launch and Documentation button)
Thomas
Am 11.08.2012 21:32, schrieb K. Frank:
> Hello List!
>
> Could anyone offer an overview of how one might implement a
> two-dimensional vide
Hi,
From Digia:
"...As part of the transaction, a maximum of 125 Qt people from Nokia
will transfer to Digia,..."
How many "Qt people from Nokia" exist?
Thomas
Am 09.08.2012 08:31, schrieb Eric Landuyt:
> Hello ,
>
> seems like a very good news:
>
> http://www.digia.com/en/Home/Company/News/Di
Hi,
some description in the 'Qt Examples and Demos' are to 'long'.
Example: Widgets -> Calendar Widget
or Character Map
or Code Editor
and much more.
The text covers the two buttons 'Launch' and 'Documentation'.
I have resized the window and the text changed his size too.
When I typed this, I saw
Hi,
I want to build a sample .dll with Boost v1.49 and Python (v3.2.3 or 2.7.3)
in the Qt Creator v2.5.0, Qt v4.8.1, Visual Studio 2010 Express and MS
Windows 7.
When I build my project (tried it with both python versions),
I get a compile error:
D:\boost_1_49_0\boost\python\detail\wrap_python.h
argc, char *argv[])
{
Assistant *m_assistant = new Assistant;
m_assistant->showDocumentation("index.html");
return 0;
}
...
Thanks,
Thomas Meyer
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest
Hi,
I guess:
If you use the 'assistant.cpp' have you changed the 'args' in the
function 'bool Assistant::startAssistant(void)'?
Or have you forgotten to change something in the '*.qhcp'?
Have you used 'qcollectiongenerator foo.qhcp -o foo.qhc'?
Hi,
possible with small y?
Thomas Meyer
PS: Sorry, for sending twice. Wrong button.
Am 10.02.2012 19:11, schrieb Charley Bay:
This *has* to work, but doesn't:
// ...returns invalid QDate...
QDate my_date = QDate::fromString("01/18/12", "MM/dd/YY" );
Why d
Hi,
I have only one page in Qt Assistant 4.8.0 open and want to close
the page (not possible, one page must be open) with Ctrl+F4 or
with the file menu action 'Close Tab' and the program 'crashes'.
Thomas Meyer
___
Interest mail
ot;).arg(QString::number(v.x(), 'f', dec))
// .arg(QString::number(v.y(), 'f', dec)));
}
Please have a look at the Qt Designer
(...Qt\4.8.0\tools\shared\qtpropertybrowser\qtpropertymanager.cpp, line
1037),
there is with the german comma something wrong too, I think.
But I want to wait for some answers here, before I make a new post for
the Designer.
Thomas Meyer
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest
ne of code and build the project, needs
about 1 min.
My projects are smaller. ;-)
Thomas Meyer
Am 17.12.2011 21:27, schrieb Thiago Macieira:
On Saturday, 17 de December de 2011 20.37.55, Thomas Meyer wrote:
I have unpacked the file in D:\Qt and opened the
D:\Qt\qt-everywhere-opensource-src-
My goal is, to compile only the Designer. It is my first time to do that.
Have I to configure something before?
My system is:
MS Windows 7 (german),
Qt 4.8.0
Qt Creator 2.4.0,
MS Visual Studio 2008 Version 9.0.30729.1 SP
Thomas Meyer
___
Interest ma
26 matches
Mail list logo