aboutsummaryrefslogtreecommitdiff
path: root/src/qt/forms/openuridialog.ui
AgeCommit message (Collapse)Author
2019-12-09gui: Move static placeholder texts to formsWladimir J. van der Laan
There was an issue around the time of Qt 4.6 when placeholder text was introduced, that caused a compile failure when it was specified in the form. As a workaround the placeholder texts were moved to the code. Qt 4 hasn't been relevant to us for ages. So move all (non-parametrized) placeholder texts to the form files instead. It's better to keep this kind of text content together. Makes sure translate/no-translate status is kept as it is.
2019-10-24gui: remove payment request file handling from OpenURI dialogfanquake
2017-11-16qt: refactor: Use absolute include paths in .ui filesWladimir J. van der Laan
2014-09-05[Qt] update form files for setting autoDefault explicitly to falsePhilip Kaufmann
- also fixes indentation in one file (auto fixed by Qt Designer) - removes several default parameters, which are not needed in the files - related to #4840 (but not intended as fix for a no-bug)
2013-11-11qt: add Open URI dialogWladimir J. van der Laan