On 02/12/2015 07:45 PM, Repository Rosegarden code wrote: > Switch MIPP and IPP from SqueezedLabel to QLabel > > Not sure why SqueezedLabel was being used given that setFixedWidth() > was being called on it to disable squeezing.
Now I get it. SqueezedLabel removes the middle of the text and replaces with an ellipsis. It's on my todo list to get this back in. I assume the original issue (setText() not working) is related to calling the member functions through the wrong type of pointer. Should be easy to fix. Lesson Learned: Read the documentation in the header. Ted. ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Rosegarden-devel mailing list [email protected] - use the link below to unsubscribe https://lists.sourceforge.net/lists/listinfo/rosegarden-devel
