Re: [Interest] Google Summer of Code

2014-02-10 Thread Joseph W. Joshua
On 10/02/2014 19:04, Thiago Macieira wrote: > Em seg 10 fev 2014, às 15:19:37, Joshua W Joseph escreveu: >> Hello all, >> >> >> >> Will Qt be participating in Google Summer of Code 2014? > No, we won't. Ok > >> Does anyone know of a Qt based project that is participating? > KDE and Subsurface, at

Re: [Interest] change time delay of tool tips

2013-11-25 Thread Joseph W. Joshua
On 25-Nov-13 1:36 PM, Graham Labdon wrote: > Just been reading them > When I try to use QStyle::SH_ToolTip_WakeUpDelay I get a compilation error > saying that this does not exist. > Looking at the source for QStyle it appears that it does not exist > > Any ideas as to why this is? > > Thanks > En

Re: [Interest] Grouping Items in TreeWidget

2013-11-20 Thread Joseph W. Joshua
On 20-Nov-13 12:36 PM, André Somers wrote: > Joseph W. Joshua schreef op 20-11-2013 9:40: >> Hi all, >> >> In the attached image, you can see how I am able to group items in a >> listview in .NET. Is there a way to achieve this in Qt? I have tried >> several

Re: [Interest] FW: QProcess wrap the telnet.exe

2013-11-13 Thread Joseph W. Joshua
On 11/14/2013 6:25 AM, ZHONG Zhu wrote: > Hi Scott, > > Attached our sample code. Could you check if it works on your Windows > PC? Thanks! > > We just can’t get it work. > > BR, > > Zhu > > *From:*interest-bounces+zhu.zhong=alcatel-sbell.com...@qt-project.org >

Re: [Interest] QTreeView / QTableView row change

2013-11-08 Thread Joseph W. Joshua
On 11/8/2013 1:26 PM, Clément Geiger wrote: > Hi, > > So you mean, detect when the current row in a view is changed, not when > the row content in the model is changed. > > Then you're looking for the currentChanged signal in QItemSelectionModel > (you can get the selection model from the view via

[Interest] QTreeView / QTableView row change

2013-11-08 Thread Joseph W. Joshua
Hi All, Is it possible to detect when a QTreeView / QTableView row is changed? An example is when the user changes the current row using keyboard navigation. Josh. ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/l

Re: [Interest] (SOLVED) Printing to LX-300 II

2013-11-05 Thread Joseph W. Joshua
On 11/5/2013 3:09 PM, Joseph W. Joshua wrote: > Hi, I have an Epson LX-300 II dot matrix printer. The printer prints ok > on other software, but when I print from my Qt program, the character > spacing is totally condensed. I have tried printing from other Qt > software, e.g. QtCreator

[Interest] Printing to LX-300 II

2013-11-05 Thread Joseph W. Joshua
Hi, I have an Epson LX-300 II dot matrix printer. The printer prints ok on other software, but when I print from my Qt program, the character spacing is totally condensed. I have tried printing from other Qt software, e.g. QtCreator straight to the printer, with the same result. Other dot matri

Re: [Interest] Loading libraries from root folder

2013-09-09 Thread Joseph W Joshua
On 09/09/2013 07:05 AM, Till Oliver Knoll wrote: "The disadvantage of the second approach [rpath] is that the user may not have privileges to install into the predetermined path." Till, It is this particular quote which put me off the second approach in the first place. I have not tried i

Re: [Interest] Loading libraries from root folder

2013-09-09 Thread Joseph W Joshua
On 09/09/2013 04:36 AM, Mitch Curtis wrote: > On 09/09/2013 05:05 PM, Joseph W Joshua wrote: >> Hello all, >> >> I wish to deploy my application under both Linux and windows. In >> windows, the OS automatically looks for libraries in the application >> startup path

[Interest] Loading libraries from root folder

2013-09-09 Thread Joseph W Joshua
Hello all, I wish to deploy my application under both Linux and windows. In windows, the OS automatically looks for libraries in the application startup path. However in Linux, the OS always complains about missing libs, even though they are located in the same folder as the app. Is there a wa

Re: [Interest] Detecting Qt version in cmake

2013-09-05 Thread Joseph W. Joshua
> if(QT_VERSION_MAJOR EQUAL 4) > # Qt4 code > endif() > Thanks, guys. Let me try this and see. ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] Detecting Qt version in cmake

2013-09-05 Thread Joseph W. Joshua
Hi all, When using cmake, how can one detect whether the Qt version in use is greater that Qt4? In qmake, for example, I can determine whether the Qt version is greater than Qt4 by using : greaterThan(QT_MAJOR_VERSION, 4)xxx Anyone know how to do this in cmake?

Re: [Interest] Plans to support Mac 32 bit?

2013-09-01 Thread Joseph W Joshua
On Sep 1, 2013, at 7:49 PM, Thiago Macieira wrote: > Are you saying that Qt doesn't compile on 32-bit Mac anymore? > > -- > Thiago Macieira - thiago.macieira (AT) intel.com > Software Architect - Intel Open Source Technology Center > ___ > Interest m

Re: [Interest] Exiting a Qt app cleanly.

2013-04-12 Thread Joseph W Joshua
On Fri, Apr 12, 2013 at 5:49 AM, Joseph W Joshua mailto:jos...@megvel.me.ke> > wrote: Hi all, I am having a problem in exiting an application. Basically, this is a small GUI application which opens, checks for updates and then starts another executable in the same folder.

[Interest] Exiting a Qt app cleanly.

2013-04-11 Thread Joseph W Joshua
Hi all, I am having a problem in exiting an application. Basically, this is a small GUI application which opens, checks for updates and then starts another executable in the same folder. After launching the other executable, it should exit. The problem is that, after starting the ap

Re: [Interest] Curious behaviour of slider/spin when controlled by keyboard

2012-11-15 Thread Joseph W Joshua
I am unable to reproduce this, I am using Qt 4.8.1, both on windows and linux. > Hello. I ran into a curious behaviour when writing a PyQt program but later > found out that it is not particular to PyQt but exists in C++/Qt as well. > > I've attached minimal test cases. I note that in both the C

Re: [Interest] Getting a hostname given the IP Address

2012-10-24 Thread Joseph W Joshua
On Oct 24, 2012, at 8:40 AM, Thiago Macieira wrote: > On quarta-feira, 24 de outubro de 2012 05.38.03, Joseph W Joshua wrote: >> Hello all, >> >> I am writing an application for our company, and at one point I need to get >> the hostname of a computer on the network

[Interest] Getting a hostname given the IP Address

2012-10-23 Thread Joseph W Joshua
Hello all, I am writing an application for our company, and at one point I need to get the hostname of a computer on the network given the IP address. If I use QHostInfo::lookupHost() connected to a lookup slot, and provided with the IP address, it returns the same IP address. How can I recti

Re: [Interest] QTcpServer memory usage

2012-10-16 Thread Joseph W Joshua
On Oct 16, 2012, at 4:11 PM, wrote: > Hi everybody, > > What happens when I have a QTcpServer which gets a connection that writes > much data to it (endless), but I never create a QTcpSocket (with > QTcpServer::nextPendingConnection() ) and read this data? > Will I the memory usage of my appl