mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-09 13:17:26 -04:00
added TransactionHistoryModel; renamings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user