PDA

View Full Version : Marquee QLabel



embitel
13th October 2009, 15:18
Hello Qt Devs !
I created one more use ful qt widget i.e. a Label with marquee functionality.
Download it and use it in your project.

Download Link 1 (http://forum.vedicjunction.com/showthread.php?p=1885#post1885).
Download Link 2 (http://www.qt-apps.org/content/show.php/MarqueeLabel?content=113690).

-Thanking you.

nish
14th October 2009, 05:41
The "link one" location is updated. now it will not nag you to register.
good work embitel. when you plan to upload the source?

embitel
14th October 2009, 06:49
The "link one" location is updated. now it will not nag you to register.

Ohh man, thanks a stack. I was really concern about that. And you done it, I am so greateful to you :)


good work embitel. when you plan to upload the source?
This is freeware so I need to ask that is it possible for me. I just wanna know, that is it working fine on linux ?
Because I compiled and tested on only one flavor i.e. suse.

malmen.m
14th October 2009, 07:04
Good one.
Can we have source for this ?

nish
14th October 2009, 08:01
i was not able to get it work on fedora 8.

wirasto
19th October 2009, 21:46
Closed source :(

john_god
23rd October 2009, 02:50
Closed source :(
Dont know if this will help you but here it goes

http://www.truquesedicas.com/tutoriais/dhtml/ac/00013a.php

This is a tutorial with a marque in DHTML. Since lots of text in Qt are formated with html you can try using this code, dont know if it will work, but you can try to do your own moving text.

boudie
28th October 2009, 21:50
The embitel-version looks a bit useless as it is now.
Text should scroll from right to left; not from left to right. But maybe there is a property scrollDirection?

codebehind
3rd December 2009, 22:05
is there any chance to have an 64bit version of the library?

squidge
3rd December 2009, 23:15
Doesn't the library come in source code format?

yogeshgokul
3rd January 2011, 14:19
Hi Folks !!

Please find the attached source code.

nish
4th January 2011, 06:15
Hi Folks !!

Please find the attached source code.

why not put it in a zip

yogeshgokul
4th January 2011, 08:29
I knew it that, you will not waste any chance to bejjatizing me. But its good, because now we have the source of impressive example too. I am sure, you doesnt have it. ;)
ENJOY !

I am planning to implement captcha functionality next. Its good to be back on qtcentre after long pause.

nish
4th January 2011, 08:35
I knew it that, you will not waste any chance to bejjatizing me. But its good, because now we have the source of impressive example too. I am sure, you doesnt have it. ;)
ENJOY !

I am planning to implement captcha functionality next. Its good to be back on qtcentre after long pause.

what about improving this to support both side scrolling?

yogeshgokul
4th January 2011, 10:07
what about improving this to support both side scrolling?

Yes its incorporated. :) Just check that out.
Users can also download this source from Qt-apps.org. The link is beneath.
http://qt-apps.org/content/show.php/MarqueeLabel?content=113690

dousdou
5th May 2011, 16:09
yes just a simple text as exemple " this is a test" move from from left to right just it can you five me the code ?

gerteksa
4th June 2014, 09:51
This MarqueeLabel shows the movement of the text from the left to the right.
Is it possible to choose the movement from the right to the left? And why can I select this? Because by default the speed is 1, but if you change this value to a negative the text goes from rigth to the left, but when it arrives to the end, it disappears.

With this method I find the solution of my problems of the length for my Qt application

In the same way, is it possible to set for the vertical position, selecting the height and weight of the QLabel?