TBT editor: logos manager: minor improvements

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@1775 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
xavier
2012-05-09 02:31:46 +00:00
parent c516f3a1ca
commit 7c75e2f0bf
3 changed files with 6 additions and 2 deletions

View File

@@ -21,6 +21,7 @@
#include "nameslistwidget.h"
#include "titleblocktemplate.h"
#include "templatecommands.h"
#include "qeticons.h"
/**
Constructor
@@ -62,7 +63,7 @@ void TitleBlockTemplateCellWidget::initWidgets() {
logo_label_ = new QLabel(tr("Logo"));
logo_input_ = new QComboBox();
logo_input_ -> addItem(tr("Aucun logo"));
add_logo_input_ = new QPushButton(tr("G\351rer les logos"));
add_logo_input_ = new QPushButton(QET::Icons::InsertImage, tr("G\351rer les logos"));
// widgets specific to text cells
label_checkbox_ = new QCheckBox(tr("Afficher un label :"));