The design for the wallet has changed: rather than implement the wallet using QT controls, we're going to implement the wallet GUI (for multiple currencies) using a web interface. Keyhotee will interface to this web interface using a QT web browser wideget (QT webkit widget). So essentially clicking on the wallet interface in the navigation bar will bring up a large webkit widget in the modal pane of the Keyhotee main window pointing to the URL of the web-based wallet interface. Getting the webkit widget to work on Windows is a huge pain, so it's going to be a bit of a chore to get this working on windows.
Other guys will be working on the web interface itself (bytemaster initially and new guy, Nikita). We just need to display it.
The design for the wallet has changed: rather than implement the wallet using QT controls, we're going to implement the wallet GUI (for multiple currencies) using a web interface. Keyhotee will interface to this web interface using a QT web browser wideget (QT webkit widget). So essentially clicking on the wallet interface in the navigation bar will bring up a large webkit widget in the modal pane of the Keyhotee main window pointing to the URL of the web-based wallet interface. Getting the webkit widget to work on Windows is a huge pain, so it's going to be a bit of a chore to get this working on windows.
Other guys will be working on the web interface itself (bytemaster initially and new guy, Nikita). We just need to display it.