mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Refactor button names
This commit is contained in:
parent
f77fe533e7
commit
905b1d6556
@ -144,7 +144,7 @@ Item
|
|||||||
border.color: inferiorPanel.styles.borderColor
|
border.color: inferiorPanel.styles.borderColor
|
||||||
}
|
}
|
||||||
|
|
||||||
BtnIcon
|
ButtonIcon
|
||||||
{
|
{
|
||||||
|
|
||||||
id: attachButton
|
id: attachButton
|
||||||
@ -263,7 +263,7 @@ Item
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
BtnIcon
|
ButtonIcon
|
||||||
{
|
{
|
||||||
|
|
||||||
id: emojiButton
|
id: emojiButton
|
||||||
@ -290,7 +290,7 @@ Item
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
BtnIcon
|
ButtonIcon
|
||||||
{
|
{
|
||||||
|
|
||||||
id: sendButton
|
id: sendButton
|
||||||
|
@ -111,7 +111,7 @@ Drawer
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Btn
|
ButtonText
|
||||||
{
|
{
|
||||||
buttonText: model.title
|
buttonText: model.title
|
||||||
width: parent.width
|
width: parent.width
|
||||||
|
@ -153,7 +153,7 @@ ApplicationWindow
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
BtnIcon
|
ButtonIcon
|
||||||
{
|
{
|
||||||
property bool searchIconVisibility: false
|
property bool searchIconVisibility: false
|
||||||
property var onClickCB: function (){}
|
property var onClickCB: function (){}
|
||||||
@ -190,7 +190,7 @@ ApplicationWindow
|
|||||||
Component
|
Component
|
||||||
{
|
{
|
||||||
id: rsIcon
|
id: rsIcon
|
||||||
BtnIcon
|
ButtonIcon
|
||||||
{
|
{
|
||||||
height: imageLoader.height
|
height: imageLoader.height
|
||||||
width: imageLoader.height
|
width: imageLoader.height
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
<file>ChatBubbleDelegate.qml</file>
|
<file>ChatBubbleDelegate.qml</file>
|
||||||
<file>icons/send-message.svg</file>
|
<file>icons/send-message.svg</file>
|
||||||
<file>icons/attach.svg</file>
|
<file>icons/attach.svg</file>
|
||||||
<file>components/BtnIcon.qml</file>
|
<file>components/ButtonIcon.qml</file>
|
||||||
<file>icons/smiley.svg</file>
|
<file>icons/smiley.svg</file>
|
||||||
<file>icons/microphone_mute.svg</file>
|
<file>icons/microphone_mute.svg</file>
|
||||||
<file>icons/microphone.svg</file>
|
<file>icons/microphone.svg</file>
|
||||||
@ -40,7 +40,7 @@
|
|||||||
<file>components/AvatarOrColorHash.qml</file>
|
<file>components/AvatarOrColorHash.qml</file>
|
||||||
<file>components/SideBar.qml</file>
|
<file>components/SideBar.qml</file>
|
||||||
<file>styles/SideBarStyle.qml</file>
|
<file>styles/SideBarStyle.qml</file>
|
||||||
<file>components/Btn.qml</file>
|
<file>components/ButtonText.qml</file>
|
||||||
<file>icons/netgraph.svg</file>
|
<file>icons/netgraph.svg</file>
|
||||||
<file>icons/search.svg</file>
|
<file>icons/search.svg</file>
|
||||||
<file>icons/exit.svg</file>
|
<file>icons/exit.svg</file>
|
||||||
|
Loading…
Reference in New Issue
Block a user