17

By liuyanghejerry

No Comments

Categories: Qt Widget

Tags: , ,

QGradualBox

QGradualBox is a widget that can show messages faded in and faded out. Using this way to notify user may be more user-friendly.

However, due to the asynchronous function setText()  while all the other settings functions are synchronous, the settings functions such as setBackgroundColor() will function immediately rather than the next setText() call.

To deal with the problem, just use the signal and slots to get the accurate opportunity the text shown down or not.

Download:QGradualBox

15

By liuyanghejerry

No Comments

Categories: Misc

Tags: , , ,

QGradualBox is under developing

A new widget QGradualBox is started just now.

This new widget can show messages faded in and faded out. It can be use as a message box that won’t interrupt user.

Now you can download it from our git repository.

However, it’s just a new widget being developed, not ready for actual use. For example, one of the current bug is that setBgColor() , setFontColor() and setBorderColor() will function immediately not wait until the next showText().

Once again, our git repository is https://github.com/liuyanghejerry/Qt-Plus. Welcome to join with me.

5

By liuyanghejerry

No Comments

Categories: About Us, Misc

Tags: ,

Git me please

I just make a new git repository at https://github.com/liuyanghejerry/Qt-Plus.

Actually it’s not my first time to use git but I was away from coding and git for a while – hopes I didn’t make any mistakes on it :)

Since it is already there, I will be glad to see if anyone can commit code with it. If you want to be a member of it, just e-mail me^^

5

By liuyanghejerry

No Comments

Categories: About Us, Misc

Tags: ,

A git for QtPlus?

I’m thinking of using a distributed revision control system to manage all the codes of QtPlus, which is git.

There’re many reasons for using git, for example I won’t easily lose the codes like before. More than that, people can also correct or improve the codes with me.

So…Gitorious or GitHub? I’m hesitating. But soon I’ll make a decision on this:)

4

By liuyanghejerry

No Comments

Categories: Qt Widget

Tags: , ,

QIPLineEdit

There’re some people searching around a perfect IP widget with mask and rx, so this is it.

This Widget can have a mask set to 000.000.000.000, and also can limit user a valid IP address.

Source Downlaod:QIPLineEdit

4

By liuyanghejerry

No Comments

Categories: Qt Widget

Tags: , ,

QIRCLineEdit

This is a IRC chat like LineEdit widget.

It uses a QList<QString> to record the history input, and works when slot myclear() was emitted.

Source Download:

QIRCLinedit

4

By liuyanghejerry

No Comments

Categories: About Us, Misc

Tags:

Qt Plus is back.

Well, after about few months absent, I’m glad to say, “Qt Plus is back”. And we’re using wordpress this time. Cheers^^

However, not everything seems glad.

To be honest, I just moved Qt Plus to a new server which is a bit slower than before. If you’re in China, this is more obvious. By the way, the old data is missing due to some reasons, which means we have to start with no data and no speed.

Sounds awful? Maybe a little bit…

BUT AT LEAST — WE’RE BACK.