Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tusooa Zhu
Krita
Commits
f348a018
Commit
f348a018
authored
May 23, 2006
by
Laurent Montel
😁
Browse files
An other comment khbox.
Fix layout svn path=/trunk/koffice/; revision=544082
parent
b3c56575
Changes
1
Show whitespace changes
Inline
Side-by-side
libs/kotext/KoCreateStyleDia.cpp
View file @
f348a018
...
...
@@ -19,7 +19,7 @@
#include <klocale.h>
#include <
q3
vbox.h>
#include <
k
vbox.h>
#include <QLabel>
#include <QLineEdit>
#include "KoCreateStyleDia.h"
...
...
@@ -30,9 +30,9 @@ KoCreateStyleDia::KoCreateStyleDia( const QStringList & _list, QWidget *parent,
{
styleList
=
_list
;
setCaption
(
i18n
(
"Create New Style"
)
);
//
KVBox *page = makeVBoxMainWidget();
new
QLabel
(
i18n
(
"Please specify a new style name:"
),
this
);
m_styleName
=
new
QLineEdit
(
this
);
KVBox
*
page
=
makeVBoxMainWidget
();
new
QLabel
(
i18n
(
"Please specify a new style name:"
),
page
);
m_styleName
=
new
QLineEdit
(
page
);
m_styleName
->
setMinimumWidth
(
m_styleName
->
sizeHint
().
width
()
*
3
);
connect
(
m_styleName
,
SIGNAL
(
textChanged
(
const
QString
&
)),
this
,
SLOT
(
nameChanged
(
const
QString
&
)));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment