On 22 May 2014 00:07, Alexander Ivash wrote:
> Use-case: Let's say I want to customize ComboBox's TextInput control which
> is not exposed via ComboBox API.
There is some private API for that, but (unless something changed
recently) no official way to search by IDs. What I do in my code is
assign
Based on what you have said I would probably define an element for use in a list view that would be a base class of individual items and based on a common remember it would dictate the display style at which point in time you could reuse existing items or render it on your own.
Its been a wh
Jason:
I want to take your advice and see if I can apply it.
How would you handle a dynamically changing list linked to an abstract
model.
Yes, I could put a static list in the QML in a scrollview.
But I want the total number or "rows" in the list to be dynamic
and for each row to be able to ch
Use-case: Let's say I want to customize ComboBox's TextInput control which
is not exposed via ComboBox API.
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest
Hi Constantin,
Constantin Makshin writes:
> 1) your words about libstudxml being free from external dependencies
> contradict with the fact that actual parsing is done by Expat. Packaging
> two libraries together doesn't make Expat "internal" dependency;
We can argue about the semantics, but fr
Hello, Boris.
I took a look at the API guide and here are my thoughts.
Compatibility of the low-level parser with range-based for loop and
semi-automatic type conversion are nice features, but:
1) your words about libstudxml being free from external dependencies
contradict with the fact that actu
Hi,
libstudxml is an XML library for modern, standard C++. It has an API
that I believe should have already been in Boost or even in the C++
standard library.
The API was first presented at the C++Now 2014 conference. Based on
the positive feedback and encouragement I received during the talk,
I'
On 21 May 2014 20:13, erlin wrote:
> This is a function that allows me to make a streaming video using
> libvlc_vlm_add_broadcast () and libvlc_vlm_play_media () Bookseller
> libvlc part of VLC. They use the function sleep () and I want to know
> why they use it.
> I searched many places, and meet
Probably the same bug, which was discussed here:
https://forum.videolan.org/viewtopic.php?f=32&t=103088
More a problem for the videolan forum
Guido
On Wed, 21 May 2014 08:13:55 -0400
erlin wrote:
> This is a function that allows me to make a streaming video using
> libvlc_vlm_add_broadcast ()
This is a function that allows me to make a streaming video using
libvlc_vlm_add_broadcast () and libvlc_vlm_play_media () Bookseller
libvlc part of VLC. They use the function sleep () and I want to know
why they use it.
I searched many places, and meeting all the same, but none explains why
I
On 5/21/2014 5:20 AM, Joerg Bornemann wrote:
> Visual Studio 2013 doesn't come with the desktop Windows API reference
> anymore.
More brilliant business decisions by Microsoft.
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.o
On 21-May-14 13:20, Joerg Bornemann wrote:
> Visual Studio 2013 doesn't come with the desktop Windows API reference
> anymore.
>
> To install an offline version nevertheless, follow these steps:
sigh... and the public link is
http://www.microsoft.com/en-us/download/details.aspx?id=34794
__
Visual Studio 2013 doesn't come with the desktop Windows API reference
anymore.
To install an offline version nevertheless, follow these steps:
- download
http://hegel.it.local/public/ISO/windows/Visual%20Studio/VS2012Documentation.iso
- mount VS2012Documentation.iso
- open Visual Studi
Hi,
jen...@gmail.com schreef op 21-5-2014 10:49:
> Quick.Controls 1.2 (Qt 5.3) introduces TableView::resizeColumnsToContens()
> and TableViewColumn::resizeToContents().
>> Stupid question probably, but why arn't these written in a declarative way?
>>
>> André
> Certainly not a stupid question and
I am making a QtQuick application. I am making use of drag and drop. I
want to drag images from one column of the UI into another. When I run
the application, the image stays in its place and a black tile is what
gets dragged. I want to be able to drag the image.
The hierarchy of various component
15 matches
Mail list logo