diff options
| author | Ilya Kitaev <mbg033@gmail.com> | 2016-10-02 21:40:40 +0300 |
|---|---|---|
| committer | Ilya Kitaev <mbg033@gmail.com> | 2016-10-10 00:15:17 +0300 |
| commit | 0ff3fd32122a22d7c56a289faa6402351f425873 (patch) | |
| tree | e9eb7c5a38c5c67415217925079f5202ecbfaa95 /MiddlePanel.qml | |
| parent | bd8646dd194771a9ff39bc75530d169a6d570ef6 (diff) | |
| download | monzero-gui-0ff3fd32122a22d7c56a289faa6402351f425873.tar.gz monzero-gui-0ff3fd32122a22d7c56a289faa6402351f425873.tar.xz monzero-gui-0ff3fd32122a22d7c56a289faa6402351f425873.zip | |
added TransactionHistoryModel; renamings
Diffstat (limited to 'MiddlePanel.qml')
| -rw-r--r-- | MiddlePanel.qml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/MiddlePanel.qml b/MiddlePanel.qml index a2cabc1c..2a117081 100644 --- a/MiddlePanel.qml +++ b/MiddlePanel.qml @@ -27,6 +27,8 @@ // THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. import QtQuick 2.2 +import QtQml 2.0 +import QtQuick.Controls 2.0 import QtGraphicalEffects 1.0 Rectangle { @@ -73,6 +75,18 @@ Rectangle { Rectangle { height: 4; width: parent.width / 5; color: "#FF4F41" } } + + + // TODO: replace loader with StackView + +// StackView { +// id: stackView +// anchors.left: parent.left +// anchors.right: parent.right +// anchors.top: styledRow.bottom +// anchors.bottom: parent.bottom +// } + Loader { id: loader anchors.left: parent.left |
