Add auto resizable input dialog class

This commit is contained in:
Nick Tiskov
2013-07-18 19:55:51 +04:00
parent 13cd42f053
commit e028fa9be0
4 changed files with 272 additions and 3 deletions

View File

@@ -148,7 +148,8 @@ nox {
iconprovider.h \
updownratiodlg.h \
loglistwidget.h \
addnewtorrentdialog.h
addnewtorrentdialog.h \
autoexpandabledialog.h
SOURCES += mainwindow.cpp \
ico.cpp \
@@ -165,7 +166,8 @@ nox {
iconprovider.cpp \
updownratiodlg.cpp \
loglistwidget.cpp \
addnewtorrentdialog.cpp
addnewtorrentdialog.cpp \
autoexpandabledialog.cpp
win32 {
HEADERS += programupdater.h
@@ -190,7 +192,8 @@ nox {
confirmdeletiondlg.ui \
torrentimportdlg.ui \
executionlog.ui \
addnewtorrentdialog.ui
addnewtorrentdialog.ui \
autoexpandabledialog.ui
}
DESTDIR = .