add options dialog, spawn dialogs at the right place

This commit is contained in:
Wladimir J. van der Laan
2011-05-12 09:40:40 +02:00
parent af94377667
commit 8812ce7b27
5 changed files with 58 additions and 7 deletions

View File

@@ -14,14 +14,16 @@ HEADERS += BitcoinGUI.h \
SettingsDialog.h \
AddressBookDialog.h \
AboutDialog.h \
AddressTableModel.h
AddressTableModel.h \
OptionsDialog.h
SOURCES += bitcoin.cpp BitcoinGUI.cpp \
TransactionTableModel.cpp \
SendCoinsDialog.cpp \
SettingsDialog.cpp \
AddressBookDialog.cpp \
AboutDialog.cpp \
AddressTableModel.cpp
AddressTableModel.cpp \
OptionsDialog.cpp
RESOURCES += \
bitcoin.qrc