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
Hi guys,
Qt5 is really nice step at the right direction specially with the
new architecture (allowing to use Qt in Android & iOS) but the
recent distro wasn't so much durable at all by comparing to last
Nokia distro because it misses two important things:
Thank you all, I got it.
I could reimplement NetworkManager::createRequest(), copy original request, get
the original URL, add new query item and then send the new request.
Cheng Liang
Nanjing, China
http://www.devbean.net
> From: qt.dan...@free.fr
> To: devb...@outlook.com
> CC: interest@qt-pro
I ported a small app from Qt 4.8 to Qt 5.0 which makes use of QColorPicker and
QColorPicker::open on OSX.
On 4.8 I got the native Mac colour picker as expected but on Qt 5 I get the
ugly only built-in Qt one and I can't get the native one back. I'm NOT setting
DontUseNativeDialog.
Anyone know
Use PlainTextEdit or develop your own Widget.
If I rememer correctly, a significant amount of time was consumed in formatting
the text. Since you're appending, you shouldn't need to layout (wrap) anything
but the current line. So when you append text you don't re-avaliate the block
of text. In
On 01/15/2013 03:43 PM, qtnext wrote:
> thanks for the info ... I hopes that with I.MX6 it's possible to decode
> HD video in hardware and for example remap to an opengl texture or
> quick2 item , but I have checked on freescale website and I am not sure
> if accelerated decoding is not only for ov
thanks for the info ... I hopes that with I.MX6 it's possible to decode HD
video in hardware and for example remap to an opengl texture or quick2 item
, but I have checked on freescale website and I am not sure if accelerated
decoding is not only for overlay display...
2013/1/15 Eric Nelson
> O
You are right André
I only saw the screenshots and did not read whole message. And suggested
William not to waste his time and effort by reinventing the wheel. Though
it seems productivity is not main objective in this project.
Cheers
On Tue, Jan 15, 2013 at 7:31 PM, André Somers wrote:
> Op 1
On 01/15/2013 09:23 AM, Thomas Senyk wrote:
> On Tue, January 15, 2013 08:01:41 Eric Nelson wrote:
>> On 01/15/2013 02:41 AM, Thomas Senyk wrote:
>>> On Mon, January 14, 2013 22:31:47 qtnext wrote:
Hi,
is there anyone using I.MX6 and Qt5 (quick2 / OpenGL / Multimedia
playback
>>
On Tue, January 15, 2013 08:01:41 Eric Nelson wrote:
> On 01/15/2013 02:41 AM, Thomas Senyk wrote:
> > On Mon, January 14, 2013 22:31:47 qtnext wrote:
> >> Hi,
> >>
> >> is there anyone using I.MX6 and Qt5 (quick2 / OpenGL / Multimedia
> >> playback
> >> ) ? Is it easy to use ? is there any ressou
Op 15-1-2013 16:42, Soroush Rabiei schreef:
I would rather suggest contributing to an existing project instead of
starting your own one (unless you have a completely new idea)
(also @ Konstatin):
Did either of you even read the message by William? He did this charting
thing as a way to get into
> 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
I would rather suggest contributing to an existing project instead of
starting your own one (unless you have a completely new idea)
On Tue, Jan 15, 2013 at 6:27 PM, William Hallatt wrote:
> Good day everyone,
>
> I started a Qt chart library quite some time ago (called the "GobCharts"
> library)
UPS!
wrong mailing-list! :)
Everybody: please forget you've seen this!
On Tue, January 15, 2013 16:04:10 Thomas Senyk wrote:
> Hi Folks,
>
> I think we, the engeneers, should prepare for the VCC-KickOff.
>
> One important thing would be to have a list of thing to talk to, so we can
> estimate
Hi Folks,
I think we, the engeneers, should prepare for the VCC-KickOff.
One important thing would be to have a list of thing to talk to, so we can
estimate how long we need to plan the work-shop in total.
I started a very rough version:
http://wiki.pelagicore.net:8090/display/PNIS/PeNIS+Kickof
15.01.2013, 18:57, "William Hallatt" :
> Good day everyone,
>
> I started a Qt chart library quite some time ago (called the "GobCharts"
> library) and through multiple iterations, the project evolved to the point
> where I realised I was getting more and more involved in the intricacies of
> c
On 01/15/2013 02:41 AM, Thomas Senyk wrote:
> On Mon, January 14, 2013 22:31:47 qtnext wrote:
>> Hi,
>>
>> is there anyone using I.MX6 and Qt5 (quick2 / OpenGL / Multimedia playback
>> ) ? Is it easy to use ? is there any ressource to start ?
>
> Yes, here.
>
> Their is a device mkspec to start wit
Good day everyone,
I started a Qt chart library quite some time ago (called the "GobCharts"
library) and through multiple iterations, the project evolved to the point
where I realised I was getting more and more involved in the intricacies of
charting and less in learning about Qt/C++ and library
On Thu, 10 Jan 2013 09:36:42 +0100, Thomas Petazzoni wrote:
> > > Program received signal SIGSEGV, Segmentation fault.
> > > QFbBackingStore::QFbBackingStore (this=0x17588,
> > > window=0x7efffc34) at fbconvenience/qfbbackingstore.cpp:54
> > > 54(static_cast > > *>(window->handle()))
tl;dr:
Compilation fails if -static is used. Error message:
Project WARNING: Plugin class name could not be determined for qwindows
plugin.
I tried building with -shared and it works. But I'd like to have a
static build. Anyone? Qt Build-Script Team? Please?
Am 14.01.2013 02:03, schrieb Philipp
A sad update on the matter: qmake with Xcode mkspec seems to discard UIs.
% qmake -project
% qmake
% cat TeXon.pro
##
# Automatically generated by qmake (3.0) Tue Jan 15 14:21:28 2013
#
Dear all,
I am moving to Qt 5, developing on my Mac with Xcode.
My script creates a project, creates a plain old Makefile, and compiles
MOCs and UIs, creating a library that I link. At least it did with Qt 4.8!
The /real problem/ is that Qt 5 still has no real integration with
Xcode. Yes, I k
I have this bug for a while now. Yesterday I found that there is already
a bug report for it (
https://bugreports.qt-project.org/browse/QTBUG-24621 ), but unresolved
for almost a year now.
Is there somebody in the community willing to fix this bug?
__
Le Tue, 15 Jan 2013 09:50:19 +,
écrivait:
>Could you tell me if I could append custom data to request?
See :
http://lists.qt.nokia.com/public/qt-interest/2010-February/019011.html
Quentin
___
Interest mailing list
Interest@qt-project.org
htt
On 15 January 2013 09:50, 程梁 wrote:
> Could you tell me if I could append custom data to request? If I could, how
> should I do it, if not, what should I do?
You can install a custom QNetworkAccessManager on the QWebPage and do
any kind of modification you need.
--
Giuseppe D'Angelo
___
Hi, there!
I'm developing a custom browser which I need to append local device ID to every
POST method using webkit. But I've no idea how to do this. In .net there is a
delegate named BeforeNavigate2 which I could add new Key-Values to POST data.
In Qt webkit I found some functions like QNetwork
Hi,
has anyone noticed a change in the project dependencies since
Qt-Creator 2.5.0?
We are facing the issue that the build system is not building anymore
projects which are selected as dependent projects.
Any input will be helpfull.
Cheers,
Stefan
__
On Mon, January 14, 2013 22:31:47 qtnext wrote:
> Hi,
>
> is there anyone using I.MX6 and Qt5 (quick2 / OpenGL / Multimedia playback
> ) ? Is it easy to use ? is there any ressource to start ?
Yes, here.
Their is a device mkspec to start with: mkspecs/devices/linux-imx6-g++
(ok, the wiki page is
On Tue, January 15, 2013 08:47:33 Samuel Rødal wrote:
> On 01/14/2013 06:04 PM, Thomas Senyk wrote:
> > On Mon, January 14, 2013 12:54:56 Samuel Rødal wrote:
> >> On 01/11/2013 04:59 PM, Thomas Senyk wrote:
> >>> Hi,
> >>>
> >>> as with Quick2.0 we got the very nice DistanceField-font-rendering.
>
This is a copy&paste from a bug report[1] I opened yesterday:
I have a QMainWindow with those 3 hints:
Qt::FramelessWindowHint | Qt::WindowMinimizeButtonHint |
Qt::WindowSystemMenuHint
If I try to minimize the window with "showMinimized()" the widget will
stay visible, in the same position. The on
30 matches
Mail list logo