Refactor button names

This commit is contained in:
Angela Mazzurco 2017-07-22 14:44:12 +02:00
parent f77fe533e7
commit 905b1d6556
6 changed files with 8 additions and 8 deletions

View File

@ -144,7 +144,7 @@ Item
border.color: inferiorPanel.styles.borderColor
}
BtnIcon
ButtonIcon
{
id: attachButton
@ -263,7 +263,7 @@ Item
}
}
BtnIcon
ButtonIcon
{
id: emojiButton
@ -290,7 +290,7 @@ Item
}
BtnIcon
ButtonIcon
{
id: sendButton

View File

@ -111,7 +111,7 @@ Drawer
}
}
Btn
ButtonText
{
buttonText: model.title
width: parent.width

View File

@ -153,7 +153,7 @@ ApplicationWindow
}
BtnIcon
ButtonIcon
{
property bool searchIconVisibility: false
property var onClickCB: function (){}
@ -190,7 +190,7 @@ ApplicationWindow
Component
{
id: rsIcon
BtnIcon
ButtonIcon
{
height: imageLoader.height
width: imageLoader.height

View File

@ -31,7 +31,7 @@
<file>ChatBubbleDelegate.qml</file>
<file>icons/send-message.svg</file>
<file>icons/attach.svg</file>
<file>components/BtnIcon.qml</file>
<file>components/ButtonIcon.qml</file>
<file>icons/smiley.svg</file>
<file>icons/microphone_mute.svg</file>
<file>icons/microphone.svg</file>
@ -40,7 +40,7 @@
<file>components/AvatarOrColorHash.qml</file>
<file>components/SideBar.qml</file>
<file>styles/SideBarStyle.qml</file>
<file>components/Btn.qml</file>
<file>components/ButtonText.qml</file>
<file>icons/netgraph.svg</file>
<file>icons/search.svg</file>
<file>icons/exit.svg</file>