mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-04-24 05:00:00 +02:00
Title block template editor: the logos combo box is now updated after every change made from the logo manager.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/branches/0.3@1419 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -35,7 +35,12 @@ class TitleBlockTemplateLogoManager : public QWidget {
|
||||
public:
|
||||
QString currentLogo() const;
|
||||
|
||||
signals:
|
||||
void logosChanged(const TitleBlockTemplate *);
|
||||
|
||||
protected:
|
||||
void emitLogosChangedSignal();
|
||||
|
||||
private:
|
||||
void initWidgets();
|
||||
void fillView();
|
||||
|
||||
Reference in New Issue
Block a user