You might want to take a look at a bug I filed about this:
https://bugreports.qt-project.org/browse/QTBUG-32362
On Sun, Sep 15, 2013 at 5:15 AM, Alexander Syvak wrote:
> Hi,
>
> what is the sequence of events when drag&drop is processed?
>
> Namely, having QListView. The flags() method is call
I'm attempting to use the Canvas object in Qml. See code below.
When I run it using qmlscene, I get an error that says 'TypeError: object
is not a function' on the line in the Qml 'var img = new Image()'.
I think 'Image' is conflicting with the Qml Image object. If this is what
is happening, is t
On the download page http://qt-project.org/downloads there used to be an
"SDK" download that included Qt Creator and the Qt libraries together with
an updater.
Anyone know what happened to it? It's not available on the current website.
Will it return?
__
>> I've opted not to make
>> the intrusive changes (for now) that have little or no benefit to an
>> end user, and probably are in fact detrimental to usability.
>
> How so? The users would not know about what is going on under the
> hood: they would simply open the "main" document, as before. So
> However I wouldn't know why you wanted to "security-scope" a given
> file if the intention was *not* to place it into the Recent Files
> menu, too - I currently just don't see any other use case than the
> "Recent Files". So why not come up with a QRecentFileMenu (which would
> be a welcomed clas
On Thu, Oct 11, 2012 at 4:25 AM, Nikos Chantziaras wrote:
> On 11/10/12 01:07, Chris Meyer wrote:
>> The Qt property system easily represents properties (scalars) and
>> to-one relationships (objects) using the Q_PROPERTY macro.
>
> No, not really. This isn't SQL.
The Qt property system easily represents properties (scalars) and
to-one relationships (objects) using the Q_PROPERTY macro.
However, what is the best way to represent to-many relationships?
For instance, I can represent have an Employee and define a property
for the employee's name (scalar strin
On Wed, Sep 12, 2012 at 6:20 AM, Nikos Chantziaras wrote:
> On 02/09/12 14:38, Till Oliver Knoll wrote:
>> The effor was indeed very painless: in my case I mainly had to adjust a
>> few #include ( -> ) and change
>> QDir::convertSeparators to QDir::toNativeSeparators.
>
> Note that if you just do:
On Tue, Jan 10, 2012 at 5:13 AM, Martin Holmes wrote:
> This all seems very disappointing to me. How would you actually use
> webkit to provide SVG support to QImage?
I extracted this code from my source to convert SVG to QImage using
QtWebKit. It's untested in this specific form, but should give
Recently I've had my apps rejected on the Mac app store for "using a
custom webkit" (QtWebKit). The main use was to render SVG into
QImages.
Going forward, I'm planning on using the QtSvg module. Currently, it
partially supports SVG Tiny; but I'm hoping to develop any missing
features as needed.
On Fri, Dec 16, 2011 at 7:36 AM, Till Oliver Knoll
wrote:
>
>
> Am 16.12.2011 um 02:05 schrieb Chris Meyer :
>
>> I have an application that has been shipping in the Mac app store for
>> several months based on Qt.
> ...
>>
>> I don't know if it is p
I have an application that has been shipping in the Mac app store for
several months based on Qt. Recently I submitted a minor update.
This time I got rejected due to private API usage:
(: _NSDrawCarbonThemeBezel, : _NSDrawCarbonThemeListBox) in
framework: '/System/Library/Frameworks/AppKit.fram
On Tue, Nov 29, 2011 at 6:04 AM, NoRulez wrote:
> Hi Thiago,
>
> I've attached an example where the crash is reproducible.
> The example works fine if the app is not signed, if the app is signed the
> app crashes.
>
> Steps to Reproduce:
> .) First of all the variable in the script signing.sh must
13 matches
Mail list logo