Dats wat im talking guys. We need new beautiful ideas to change the UI more iconic and fluid. The swiping thing sounds good and could also be like swiping effect as Android ICS. Please do share if you have more ideas about the UI.
ButtonRow { style: TabButtonStyle { inverted:theme.inverted } TabButton { id: chatsTabButton platformStyle: TabButtonStyle{inverted:theme.inverted} iconSource: theme.inverted ? "image://theme/icon-m-toolbar-new-chat-white" : "image://theme/icon-m-toolbar-new-chat" tab: waChats } TabButton { id: contactsTabButton platformStyle: TabButtonStyle{inverted: theme.inverted} iconSource: theme.inverted ? "image://theme/icon-m-toolbar-contact-white" : "image://theme/icon-m-toolbar-contact" tab: waContacts } }