mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-31 20:58:07 -06:00
Add auto resizable input dialog class
This commit is contained in:
@@ -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 = .
|
||||
|
||||
Reference in New Issue
Block a user