Re: [Interest] strange character ' ' appended by QTextEdit

2013-10-18 Thread baneyue
On Fri, Oct 18, 2013 at 08:19:24AM -0700, Thiago Macieira wrote: > On sexta-feira, 18 de outubro de 2013 17:37:39, baneyue wrote: > > I've found some similiar situation on the stackoverflow[1], the > > answer marked with `Correct` suggested that the xml node should keep > > all char

Re: [Interest] Serial Port custom baud rate problem

2013-10-18 Thread Denis Shienkov
Hi Stefano, > This could be a serial port library bug or a driver issue??? It is unknown, maybe yes or maybe no. :) You should do some debugging of the library and view the content for the "currentSerialInfo" struct. For us it is interest the value of "currentSerialInfo.baud_base" field, se

Re: [Interest] strange character ' ' appended by QTextEdit

2013-10-18 Thread Thiago Macieira
On sexta-feira, 18 de outubro de 2013 17:37:39, baneyue wrote: > I've found some similiar situation on the stackoverflow[1], the > answer marked with `Correct` suggested that the xml node should keep > all characters in **one** line, but i really need to store it in a > __stuctured_

Re: [Interest] Serial Port custom baud rate problem

2013-10-18 Thread Stefano Cordibella
Thank you Frédéric for your suggestion! I am looking into the datasheet in order to discover these values. BTW the QtSerialPort library doesn't report anything and from its side everithing is working properly... This could be a serial port library bug or a driver issue??? I think that there is

Re: [Interest] Making a "popup" QLineEdit

2013-10-18 Thread Konrad Rosenbaum
Hi, On Friday 18 October 2013 14:05:07 Etienne Sandré-Chardonnal wrote: > I want to do the following GUI element : a QLineEdit which popups when some > control is clicked, allowing the user for text input, and which hides when > enter is pressed, or when the user clicks outside the QLineEdit. I'm

Re: [Interest] Making a "popup" QLineEdit

2013-10-18 Thread André Somers
Op 18-10-2013 14:05, Etienne Sandré-Chardonnal schreef: Dear all, I want to do the following GUI element : a QLineEdit which popups when some control is clicked, allowing the user for text input, and which hides when enter is pressed, or when the user clicks outside the QLineEdit. How can t

Re: [Interest] Making a "popup" QLineEdit

2013-10-18 Thread Paul Miller
On 10/18/2013 7:05 AM, Etienne Sandré-Chardonnal wrote: > Dear all, > > I want to do the following GUI element : a QLineEdit which popups when > some control is clicked, allowing the user for text input, and which > hides when enter is pressed, or when the user clicks outside the QLineEdit. > > How

[Interest] Making a "popup" QLineEdit

2013-10-18 Thread Etienne Sandré-Chardonnal
Dear all, I want to do the following GUI element : a QLineEdit which popups when some control is clicked, allowing the user for text input, and which hides when enter is pressed, or when the user clicks outside the QLineEdit. How can this be implemented? In other words, I'm looking for an undecor

Re: [Interest] strange character ' ' appended by QTextEdit

2013-10-18 Thread Rogers Nate
You need to have double quotes around your color values Nate Rogers Software Engineer Control Systems  The Raymond Corporation 20 South Canal Street Greene, New York 13778-0130 Phone: 607-656-2855 Fax: 607-656-4845 nate.rog...@raymondcorp.com http://www.raymondcorp.com -Original Message-

[Interest] QMake: customize MSVC linker options

2013-10-18 Thread André Hartmann
Hi all, I'm using the MS Visual C++ 10 Compiler under Windows 7 64 bit. I'd like to build simple C console applications with qmake istead of writing own makefiles. I want to achive something like: link /Zi main.o dependency.o testape.lib This is my simple QMake PRO file: TEMPLATE = a

Re: [Interest] Serial Port custom baud rate problem

2013-10-18 Thread Frédéric Marchal
> Hi list, > I am trying to communicate via serial port with a device that use > 125000 bps. > When I set the custom baud rate the setBaudRate return true without > error (I also check with debugger and the QSerialPortPrivateData > inputBaudRate and outputBaudRate are properly set to 125000).

Re: [Interest] QIcon and multiple themes

2013-10-18 Thread Joseph Crowell
I would load the theme files directly off the hard drive (not in the resource file) and use the resource file only for application-specific and flags, etc icons. On 18/10/2013 07:01 PM, Mitch Curtis wrote: > On 10/16/2013 11:44 AM, Stefan Böhmann wrote: >> Hi list, >> >> I want to provide a cust

[Interest] Serial Port custom baud rate problem

2013-10-18 Thread Stefano Cordibella
Hi list, I am trying to communicate via serial port with a device that use 125000 bps. When I set the custom baud rate the setBaudRate return true without error (I also check with debugger and the QSerialPortPrivateData inputBaudRate and outputBaudRate are properly set to 125000). But when

[Interest] strange character ' ' appended by QTextEdit

2013-10-18 Thread baneyue
Hi guys: I use a QTextEdit to edit the style string stored in a xml file like this: Road { stroke: #c1c566; st

Re: [Interest] QIcon and multiple themes

2013-10-18 Thread Mitch Curtis
On 10/16/2013 11:44 AM, Stefan Böhmann wrote: > Hi list, > > I want to provide a custom set of icons for my application without using > resources (license and size constraints). So all icons are installed together > with the application. I also have not only one single theme but a generic one >