[Bug 618060] Re: alsoft-conf labels have in them

2013-03-02 Thread Niko Mirthes
It would appear I've fixed this bug after a couple of days of learning to use Qt Creator Designer. The three labels were not linked to their respective controls, preventing the shorcut keys from working and causing the ampersand (amp;) to appear in the UI. Patches attached address the following:

[Bug 618060] Re: alsoft-conf labels have in them

2013-03-02 Thread Niko Mirthes
This patch repairs the broken keyboard accelerators on the first tab, adds a user-friendly window tile, and slightly resizes the Frequency text box. ** Patch added: Fix user interface displaying unwanted characters

[Bug 618060] Re: alsoft-conf labels have in them

2013-03-02 Thread Niko Mirthes
This patch fixes a minor warning: ../alsoft-conf-1.4.3/src/speaker.h:49: Warning: Class SpeakerItem implements the interface QGraphicsItem but does not list it in Q_INTERFACES. qobject_cast to QGraphicsItem will not work! ** Patch added: Fix a non-fatal warning while I'm at it