Re: [Development] text component seem too weight

2012-09-19 Thread liang
yes, this is my want! thanks for you reply! and I has another question, why text component has not 'delete' function, just 'cut', it will replace clipboard content and sometime I don't want it. will text add more operation api for more flexible usage? On Sep 19, 2012 4:30 PM, "Jiang Jiang" wrote:

Re: [Development] text component seem too weight

2012-09-19 Thread Jiang Jiang
Hi Liang, On Wed, Sep 19, 2012 at 10:16 AM, liang wrote: > I read the source, every text component has a QTextDocument object, > and it support full-function document layout, It seem too weight for a > text component. > > for most time, I just use text component with one-line (or one-word), > lik

[Development] text component seem too weight

2012-09-19 Thread liang
I read the source, every text component has a QTextDocument object, and it support full-function document layout, It seem too weight for a text component. for most time, I just use text component with one-line (or one-word), like text-label in a video game, It is very simple, and will be made a ma