almindor / etherwall

Ethereum QT5 Wallet
GNU General Public License v3.0
143 stars 59 forks source link

Use QT5 dialogs #24

Closed almindor closed 6 years ago

almindor commented 7 years ago

Due to compatibility in the past (ubuntu 14.04) dialogs were not usable in etherwall.

Since ubuntu 16.04 is out for quite some time now dialogs are available and all our "dialogs" that use the Window type should be migrated to Dialog and the hackish events changed to OnAccepted and OnRejected

almindor commented 6 years ago

done