I have built Qt 5 in ubuntu 12.04, The simplified chinese
character can't be displayed.
I found that in QBaseFontDatabase::popluateFontDatabase() the font
path returned by fontDir() is "/mnt/sda8/liang/qt5/qtbase/lib/fonts/"
which is the path I built my Qt5, there are several fonts file in
On Fri, May 4, 2012 at 9:21 PM, wrote:
> Hi,
>
> Example: http://doc-snapshot.qt-project.org/5.0/mainwindows-application.html
>
> Currently we render the list of examples at the top of the page, as visible
> in the example. On that page you do not really get an idea about the example
> before sco
Hi,
Example: http://doc-snapshot.qt-project.org/5.0/mainwindows-application.html
Currently we render the list of examples at the top of the page, as visible in
the example. On that page you do not really get an idea about the example
before scolling down (1280x800 resolution). Therefore I would
On Fri, May 4, 2012 at 9:16 AM, Samuel Rødal wrote:
> On 05/04/2012 05:55 PM, ext Girish Ramakrishnan wrote:
>> Hi,
>>
>> On Fri, May 4, 2012 at 7:22 AM, Samuel Rødal wrote:
>>> On 05/04/2012 04:03 PM, ext Christoph Feck wrote:
On Friday 04 May 2012 13:37:04 Samuel Rødal wrote:
> Hello,
On 05/04/2012 05:55 PM, ext Girish Ramakrishnan wrote:
> Hi,
>
> On Fri, May 4, 2012 at 7:22 AM, Samuel Rødal wrote:
>> On 05/04/2012 04:03 PM, ext Christoph Feck wrote:
>>> On Friday 04 May 2012 13:37:04 Samuel Rødal wrote:
Hello,
to be able to achieve smooth animations in QML 2,
Hi Sivan,
> For instance, I need to be able to extend QDeclerativeContext and
> perhaps to add stuff at the top of the QObject hierarchy. Does this
> require any special things repo wise, or just plain cloning and merge
> requesting once it is accepted upstream?
As far as I see, there are certai
Hi,
On Fri, May 4, 2012 at 7:22 AM, Samuel Rødal wrote:
> On 05/04/2012 04:03 PM, ext Christoph Feck wrote:
>> On Friday 04 May 2012 13:37:04 Samuel Rødal wrote:
>>> Hello,
>>>
>>> to be able to achieve smooth animations in QML 2, the animations
>>> should ideally use a fixed timestep, and not a
On Fri, May 4, 2012 at 7:38 AM, Arun Kumar wrote:
> Hi,
> I created one web browser using Qt, Now I am in troble to download files
> from my browser , how I can call the default save file dialog and save to
> the dwnloaded file to disk when I click on the download link. Please help
> me...
>
Th
On Fri, Apr 20, 2012 at 7:16 AM, Girish Ramakrishnan
wrote:
> 2012/4/20 Stephen Kelly :
>> On Friday, April 20, 2012 07:35:39 lars.kn...@nokia.com wrote:
>>
>>> Proposal sounds ok to me as well. If someone still has concerns, please
>>
>>> speak up.
>>
>>
>> I lost track of what the proposal curre
Hi All,
I have a project I've that I wish for someday to become part of Qt.
I understand that such a project starts its life as a Playground
project. Are there any consideration I take care of right now (I've
created a repo I'm going to push to soon on gitorious) to make it
easier later on the
Hi,
I created one web browser using Qt, Now I am in troble to download files
from my browser , how I can call the default save file dialog and save to
the dwnloaded file to disk when I click on the download link. Please help
me...
___
Development mailin
On 05/04/2012 04:03 PM, ext Christoph Feck wrote:
> On Friday 04 May 2012 13:37:04 Samuel Rødal wrote:
>> Hello,
>>
>> to be able to achieve smooth animations in QML 2, the animations
>> should ideally use a fixed timestep, and not a timer which might
>> have inaccuracies depending on the platform
On Friday 04 May 2012 13:37:04 Samuel Rødal wrote:
> Hello,
>
> to be able to achieve smooth animations in QML 2, the animations
> should ideally use a fixed timestep, and not a timer which might
> have inaccuracies depending on the platform and won't give fully
> smooth results.
Does OpenGL 2 ha
Hi,
I am in a work to create a web browser,I modified the fancy browser source
code, My problem is how to pop up print dialog to print my web page
it s very urgent please help me...
___
Development mailing list
Development@qt-project.org
http://lists.qt
Hello,
to be able to achieve smooth animations in QML 2, the animations should
ideally use a fixed timestep, and not a timer which might have
inaccuracies depending on the platform and won't give fully smooth results.
In the context of this, and to avoid having values of 60 hard-coded (we
have a
Hi Donald,
Thanks for the kind words.
Yes, I do intend to upstream everything in due time, but since these
patches are potentially build-breaking I prefer to let them simmer for a
while on the mailinglist.
Questions I would really like the answers to:
* Does lowercasing the include-libraries i
Hi,
First of all, I hope this isn't too off topic for this list; I'll be
looking to use qbs with these compilers to build Necessitas Qt Creator
fwiw. If cross posting to both the qbs and qt developers mailing lists
is frowned upon then accept my apologies.. Having said that, I
would've posted this
In the process of porting away from fromAscii / toAscii (all modules have
changes, please review), I fixed a lot of other deprecation issues. This is a
summary of what I've found:
1) every now and then, you run into a random deprecated function. They're
often replaced by another function with a si
On 04/05/2012 08:11, Christoph Schleifenbaum wrote:
> 3 maj 2012 kl. 21:41 skrev John Layt:
>> On Thursday 03 May 2012 20:50:44 Christoph Schleifenbaum wrote:
>>> 3 maj 2012 kl. 12:30 skrev Christoph Schleifenbaum:
3 maj 2012 kl. 11:47 skrev Sean Harmer:
> On Tuesday 01 May 2012 23:21:50 J
On 4.5.2012 10.11, "Christoph Schleifenbaum"
wrote:
>3 maj 2012 kl. 21:41 skrev John Layt:
>> On Thursday 03 May 2012 20:50:44 Christoph Schleifenbaum wrote:
>>> 3 maj 2012 kl. 12:30 skrev Christoph Schleifenbaum:
3 maj 2012 kl. 11:47 skrev Sean Harmer:
> On Tuesday 01 May 2012 23:21:5
On 5/2/12 5:22 PM, "ext simon.hausm...@nokia.com"
wrote:
>I believe changing the string in Q_DECLARE_INTERFACE is binary
>incompatible but fully source compatible.
And actually we do want them to be binary incompatible to 4.x. Currently I
do see warnings about some qt 4.x image format or style p
3 maj 2012 kl. 21:41 skrev John Layt:
> On Thursday 03 May 2012 20:50:44 Christoph Schleifenbaum wrote:
>> 3 maj 2012 kl. 12:30 skrev Christoph Schleifenbaum:
>>> 3 maj 2012 kl. 11:47 skrev Sean Harmer:
On Tuesday 01 May 2012 23:21:50 John Layt wrote:
> I've been testing the Ma
22 matches
Mail list logo