On May 14, 2013, at 9:17 AM, Mojmír Svoboda
wrote:
> Hello,
>
> my problem is simple: when an user press ctrl+end to scroll to the end
> of the table then there is an implicit horizontal scroll to the right.
> My users requested few times already to disable that behaviour.
>
> I subclassed QTa
>> I wonder what do you in general do, when you find yourselves in the need
of accessing the private internals.
If you absolutely need private you usually end up writing your own class.
It happened to me 2 times during over 10 years of my Qt experience.
Otherwise you are looking for the ways not t
UUIDs is not unique for hardware/system, so I doubt QUuid will help.
Such things are normally resolved using MAC address on any system, which is
unique for every network adapter,
But there always may be a system which does not have network adapter, have
a few network adapters or does not let you
Op 14-5-2013 18:24, Mark schreef:
> On Tue, May 14, 2013 at 3:37 PM, Thiago Macieira
> wrote:
>> On terça-feira, 14 de maio de 2013 10.54.46, Mark wrote:
>>> Can the Qt Sensor package add support for that?
>> I think so.
> But how since the base class is obviously a little too focused on
> other t
On Tue, May 14, 2013 at 3:37 PM, Thiago Macieira
wrote:
> On terça-feira, 14 de maio de 2013 10.54.46, Mark wrote:
>> Can the Qt Sensor package add support for that?
>
> I think so.
But how since the base class is obviously a little too focused on
other types of sensors.. Or would there simply be
> It seems that You are using absolute pixel sizes for the widgets. Since the
> Android device has a higher DPI than your Desktop, Qt will use a font with
> bigger default pixel size, but it will in this case not adjust the widget
> size.
>
> Solution: Try putting the widgets into a layout man
From: interest-bounces+alessandro.portale=digia@qt-project.org
[interest-bounces+alessandro.portale=digia@qt-project.org] on behalf of
Guido Seifert [warg...@gmx.de]
Sent: Tuesday, May 14, 2013 17:48
> Hi,
> with the new beta binary package I was able to compile and deploy to android.
>
Le 14/05/2013 17:26, Alejandro Exojo a écrit :
> 2013/5/14 Yves Bailly mailto:yves.bai...@sescoi.fr>>
> More specifically, I'm really interested in creating static applications,
> which
> can be deployed as a single program, without requiring the extra install
> of Ministro.
>
> Is unlike
On terça-feira, 14 de maio de 2013 10.54.46, Mark wrote:
> Can the Qt Sensor package add support for that?
I think so.
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
signature.asc
Description: This is a digitally signed message part
Le 14/05/2013 15:10, Sergio Ahumada a écrit :
> Qt 5.1 Beta has been released !
> Please check
>https://blog.qt.digia.com/blog/2013/05/14/qt-5-1-beta-released/
> for more information.
Congratulations and a great thanks to all those who made this possible :-)
Just a little question, about Andr
Hi,
Qt 5.1 Beta has been released !
Please check
https://blog.qt.digia.com/blog/2013/05/14/qt-5-1-beta-released/
for more information.
Cheers,
--
Sergio Ahumada
Release Engineer - Digia, Qt
___
Interest mailing list
Interest@qt-project.org
http://
Hi,
On Tue, May 14, 2013 at 3:11 PM, Adrian Stern
wrote:
> Hello
>
> I'm looking for an easy way to get a unique ID for the system my software
> is running on.
> We need this ID to be absolutely unique so we can identify each running
> system and assing stuff to it.
>
> So far I found a few linu
Hello
I'm looking for an easy way to get a unique ID for the system my software is
running on.
We need this ID to be absolutely unique so we can identify each running system
and assing stuff to it.
So far I found a few linux specific ways to get "some" IDs, which I think can
be sufficient but
On Tue, May 14, 2013 at 10:54 AM, Mark wrote:
> Hi,
>
> While looking through the Qt Sensors docs i find that to be very much
> focused on mobile device sensors as in phones, tablets and everything
> in between. However, the ancient old sensors of HDD, GPU and CPU seem
> nowhere to be found.
>
> C
Hi,
While looking through the Qt Sensors docs i find that to be very much
focused on mobile device sensors as in phones, tablets and everything
in between. However, the ancient old sensors of HDD, GPU and CPU seem
nowhere to be found.
Can the Qt Sensor package add support for that?
Is it even sui
You can use following hack: store current horizontal scroll position, call base
implementation and restore scroll position.
Иван Комиссаров
14.05.2013, в 11:17, Mojmír Svoboda
написал(а):
> Hello,
>
> my problem is simple: when an user press ctrl+end to scroll to the end
> of the table then
On Sun, May 12, 2013 at 2:08 PM, Mark wrote:
> Hi,
>
> I'm browsing through the Emitter API while searching for "some" way to
> get notified when a particle is expired.
>
> What i'm having is one emitter that emits 1 particle every 25ms then
> one trailemitter that adds a trail to the particle. No
Ok, another struggle, link error this time.
Configure:
./configure -debug-and-release -platform macx-g++42 -opensource
-openssl-linked -no-xcb -no-eglfs -no-directfb -no-linuxfb -no-kms -opengl
-I/Users/gilm/Downloads/openssl-1.0.1e/include
-L/Users/gilm/Downloads/openssl-1.0.1e -confirm-lice
Hello,
my problem is simple: when an user press ctrl+end to scroll to the end
of the table then there is an implicit horizontal scroll to the right.
My users requested few times already to disable that behaviour.
I subclassed QTableView as i did not found any other way (sorry if i
missed somethin
19 matches
Mail list logo