Op 28-6-2012 8:21, Andreas Pakulat schreef:
Hi,
Am Donnerstag, 28. Juni 2012 schrieb Bo Thorsen :
Hi Frank,
Den 28-06-2012 06:40, K. Frank skrev:
> Where in the documentation (not the source code) can I find out
which
> of the properties of a standard Qt QObject class is th
Hi,
Am Donnerstag, 28. Juni 2012 schrieb Bo Thorsen :
> Hi Frank,
>
> Den 28-06-2012 06:40, K. Frank skrev:
> > Where in the documentation (not the source code) can I find out which
> > of the properties of a standard Qt QObject class is the designated
> > USER property?
>
> You can't find this,
Den 27-06-2012 23:02, Carl Schumann skrev:
> Qt community.
>
> I would like to allow the user to edit tab names in my application,
> e.g., by right-clicking and then being given a text field to enter the
> new name. How would this best be done please? Thanks for any help.
You need to catch the
Hi Frank,
Den 28-06-2012 06:40, K. Frank skrev:
> Where in the documentation (not the source code) can I find out which
> of the properties of a standard Qt QObject class is the designated
> USER property?
You can't find this, and it doesn't matter. You might be able to find it
using the QMetaOb
Hi List!
Where in the documentation (not the source code) can I find out which
of the properties of a standard Qt QObject class is the designated
USER property?
By way of example, when I look at the documentation for QComboBox,
I see nothing that indicates which property is the USER property.
(B
Hello Tony!
Thanks for your pointers on how to hook the delegates and views together.
At the moment it looks like things are working the way I want.
On Tue, Jun 26, 2012 at 10:06 PM, Tony Rietwyk wrote:
> Hi Frank,
> ...
>> And how, specifically, do I associate a delegate with a view (or a
> spe
Thanks Atlant for the time and info you have provided here. I will follow
what you have recommended and hopefully be able to solve the problem.
Thanks again and best regards,
Lata
On 28 June 2012 00:33, Atlant Schmidt wrote:
> Lata:
>
>
>
> Desktop > grep -i 'q[sp]f' QScrollLabelLog.txt**
Hi Eric,
There is a Windows Explorer option to synchronise the left hand tree with the
currently selected folder on the right. I'm pretty sure the default is
switched off. I have no idea where I found the option though!
Explorer is s buggy. I wish MS would hurry up and fix the l
On 06/27/2012 05:02 PM, Carl Schumann wrote:
> Qt community.
>
> I would like to allow the user to edit tab names in my application,
> e.g., by right-clicking and then being given a text field to enter the
> new name. How would this best be done please? Thanks for any help.
>
What have you trie
Qt community.
I would like to allow the user to edit tab names in my application,
e.g., by right-clicking and then being given a text field to enter the
new name. How would this best be done please? Thanks for any help.
Sincerely,
Carl Schumann
___
On 21/06/2012, at 4:49 PM,
wrote:
> Will Qt be avaiable for WP8 since it supports C++ ?
>
Here's a couple blog posts about win32 and winrt and programming, which
explains it all a bit.
http://blog.cakewalk.com/windows-8-a-benchmark-for-music-production-applications/
http://createdigitalm
Oliver,
Thanks for your suggestion. I didn’t think to look at that because I have been
used to seeing the Windows Vista and XP file dialogs for so long and those ones
do expand, but there is no left pane when it is a directory browsing dialog.
Therefore, I looked at the way it works in Visual S
Lata:
Desktop > grep -i 'q[sp]f' QScrollLabelLog.txt
stat64("/tmp/qtembedded-0//fonts/dejavu_sans_12_75.qsf", {st_mode=S_IFREG|0644,
st_size=17284, ...}) = 0
stat64("/tmp/qtembedded-0//fonts/dejavu_sans_12_50.qsf", {st_mode=S_IFREG|0644,
st_size=18600, ...}) = 0
unlink("/tmp/qtembedded-0//fonts/
Am 27.06.2012 um 19:03 schrieb Eric Clark :
> Hello All,
>
> ...QFileDialog::getExistingDirectory(…) and pass in a default directory to
> open to, the native dialog does open to the correct directory. However, the
> tree in the left-hand pane of the Windows dialog does not expand to that
>
On 27/06/12 18:26, Andreas Pakulat wrote:
> Hi,
>
> Am Mittwoch, 27. Juni 2012 schrieb Christian Gagneraud :
>
> On 27/06/12 12:32, Mandeep Sandhu wrote:
> > On Wed, Jun 27, 2012 at 4:29 PM, Christian Gagneraud
> > wrote:
> >> Hi there,
> >>
> [...]
> >
> > If y
Hi,
Am Mittwoch, 27. Juni 2012 schrieb Christian Gagneraud :
> On 27/06/12 12:32, Mandeep Sandhu wrote:
> > On Wed, Jun 27, 2012 at 4:29 PM, Christian Gagneraud
> > >
> wrote:
> >> Hi there,
> >>
> [...]
> >
> > If you build a plugin, then the version links are not created, and
> > simply the li
Lata:
When your app is running, Qt should produce temporary .qpf files
in your system's fonts folder (for example,
/usr/lib/fonts/helvetica_100_50.qpf).
These represent a cache of glyphs that Qt has already rendered from
the scalable font file. (In the case of my example, the Helvetica fo
In configure command for QT, I have used -qt-freetype. That should build
freetype support, right?
On 27 June 2012 20:38, Konstantin Tokarev wrote:
>
> 27.06.2012, 19:06, "Lata Agrawal" :
> > Hi,
> >
> > I am working with an Embedded Linux/MIPS device. It has qt-4.6.2 libs
> compiled using gcc-4.
27.06.2012, 19:06, "Lata Agrawal" :
> Hi,
>
> I am working with an Embedded Linux/MIPS device. It has qt-4.6.2 libs
> compiled using gcc-4.2.4 installed on it. LD_LIBRARY_PATH is set
> appropriately.
>
> I tried running a simple QT app with a button on device. The app runs fine
> but the text o
On 27/06/12 12:32, Mandeep Sandhu wrote:
> On Wed, Jun 27, 2012 at 4:29 PM, Christian Gagneraud
> wrote:
>> Hi there,
>>
[...]
>
> If you build a plugin, then the version links are not created, and
> simply the libXYZ.so will be created (the lib prefix is still there).
>
> Why do you want to remo
On Wed, Jun 27, 2012 at 4:29 PM, Christian Gagneraud wrote:
> Hi there,
>
> I would like to build a shared object (PySide module) using qmake.
> My first attempt was to use TEMPLATE=lib, which worked except that I
> have no control on the name of the output file.
> Is there a way to override the n
Yes I have just executed
export LD_LIBRARY_PATH=/usr/lib/mysql:$LD_LIBRARY_PATH
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest
Am 27.06.2012 12:39, schrieb Sujan Dasmahapatra:
I am getting this error when executing my application
error while loading shared libraries: libmysqlclient_r.so.14: cannot
open shared object file: No such file or directory
libmysqlclient_r.so.14 is already there in /usr/lib/mysql folder.
What
Hi there,
I would like to build a shared object (PySide module) using qmake.
My first attempt was to use TEMPLATE=lib, which worked except that I
have no control on the name of the output file.
Is there a way to override the name of the generated shared object file?
Basically using TEMPLATE=lib,
I am getting this error when executing my application
error while loading shared libraries: libmysqlclient_r.so.14: cannot
open shared object file: No such file or directory
libmysqlclient_r.so.14 is already there in /usr/lib/mysql folder.
What else could be the problem pls help.
25 matches
Mail list logo