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
Tobias Hunger
qt-creator
Commits
0f5de365
Commit
0f5de365
authored
Jan 28, 2009
by
con
Browse files
Fixes: - Some layouting issues
parent
8c773beb
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/libs/utils/pathchooser.cpp
View file @
0f5de365
...
...
@@ -110,7 +110,7 @@ PathChooser::PathChooser(QWidget *parent) :
connect
(
m_d
->
m_lineEdit
,
SIGNAL
(
textChanged
(
QString
)),
this
,
SIGNAL
(
changed
()));
connect
(
m_d
->
m_lineEdit
,
SIGNAL
(
validChanged
()),
this
,
SIGNAL
(
validChanged
()));
m_d
->
m_lineEdit
->
setMinimumWidth
(
2
6
0
);
m_d
->
m_lineEdit
->
setMinimumWidth
(
2
0
0
);
hLayout
->
addWidget
(
m_d
->
m_lineEdit
);
hLayout
->
setSizeConstraint
(
QLayout
::
SetMinimumSize
);
...
...
src/shared/qrceditor/qrceditor.cpp
View file @
0f5de365
...
...
@@ -39,7 +39,7 @@
#include <QtGui/QFileDialog>
#include <QtGui/QMessageBox>
namespace
SharedTools
{
using
namespace
SharedTools
;
QrcEditor
::
QrcEditor
(
QWidget
*
parent
)
:
QWidget
(
parent
),
...
...
@@ -405,5 +405,3 @@ void QrcEditor::onRedo()
updateCurrent
();
updateHistoryControls
();
}
}
// namespace SharedTools
src/tools/qtcreatorwidgets/qtcreatorwidgets.pro
View file @
0f5de365
...
...
@@ -9,7 +9,7 @@ SOURCES = customwidgets.cpp
#
Link
against
the
qtcreator
utils
lib
unix
{
linux
-*
{
#
form
abs
path
to
qtcreator
lib
dir
GH_LIB
=
$$
dirname
(
PWD
)
GH_LIB
=
$$
dirname
(
GH_LIB
)
...
...
@@ -19,7 +19,13 @@ unix {
}
INCLUDEPATH
+=
..
/../../
src
/
libs
LIBS
+=
-
L
..
/../../
lib
-
lUtils
macx
{
LIBS
+=
-
L
..
/../../
bin
/
QtCreator
.
app
/
Contents
/
PlugIns
CONFIG
(
debug
,
debug
|
release
)
:
LIBS
+=
-
lUtils_debug
else
:
LIBS
+=
-
lUtils
}
else
{
LIBS
+=
-
L
..
/../../
lib
-
lUtils
}
DESTDIR
=
$$
[
QT_INSTALL_PLUGINS
]
/
designer
Write
Preview
Supports
Markdown
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