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 least. Probably

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 Ensure

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 avenues with no apparent success. Sure

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

[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

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] 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

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 straight

[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

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. However in Linux, the OS always complains

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

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 thiago.macie...@intel.com 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

Re: [Interest] Exiting a Qt app cleanly.

2013-04-12 Thread Joseph W Joshua
On Fri, Apr 12, 2013 tel:2013 at 5:49 AM, Joseph W Joshua jos...@megvel.me.ke 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

[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

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

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 thiago.macie...@intel.com 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 given

[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