@ -0,0 +1,68 @@
@@ -0,0 +1,68 @@
|
||||
QPushButton#green |
||||
{ |
||||
background-color: transparent; |
||||
background-image: url("ui/callButton/callButton.png"); |
||||
background-repeat: none; |
||||
border: none; |
||||
width: 50px; |
||||
height: 40px; |
||||
} |
||||
|
||||
QPushButton#green:hover |
||||
{ |
||||
background-image: url("ui/callButton/callButtonHover.png"); |
||||
} |
||||
|
||||
QPushButton#green:pressed |
||||
{ |
||||
background-image: url("ui/callButton/callButtonPressed.png"); |
||||
} |
||||
|
||||
QPushButton#red |
||||
{ |
||||
background-color: transparent; |
||||
background-image: url("ui/callButton/callButtonRed.png"); |
||||
background-repeat: none; |
||||
border: none; |
||||
width: 50px; |
||||
height: 40px; |
||||
} |
||||
QPushButton#red:hover |
||||
{ |
||||
background-image: url("ui/callButton/callButtonRedHover.png"); |
||||
} |
||||
|
||||
QPushButton#red:pressed |
||||
{ |
||||
background-image: url("ui/callButton/callButtonRedPressed.png"); |
||||
} |
||||
|
||||
QPushButton#yellow |
||||
{ |
||||
background-color: transparent; |
||||
background-image: url("ui/callButton/callButtonYellow.png"); |
||||
background-repeat: none; |
||||
border: none; |
||||
width: 50px; |
||||
height: 40px; |
||||
} |
||||
QPushButton#yellow:hover |
||||
{ |
||||
background-image: url("ui/callButton/callButtonYellowHover.png"); |
||||
} |
||||
|
||||
QPushButton#yellow:pressed |
||||
{ |
||||
background-image: url("ui/callButton/callButtonYellowPressed.png"); |
||||
} |
||||
|
||||
QPushButton#grey |
||||
{ |
||||
background-color: transparent; |
||||
background-image: url("ui/callButton/callButtonDisabled.png"); |
||||
background-repeat: none; |
||||
border: none; |
||||
width: 50px; |
||||
height: 40px; |
||||
} |
||||
|
After Width: | Height: | Size: 974 B |
After Width: | Height: | Size: 899 B |
After Width: | Height: | Size: 946 B |
After Width: | Height: | Size: 980 B |
After Width: | Height: | Size: 884 B |
After Width: | Height: | Size: 918 B |
After Width: | Height: | Size: 951 B |
After Width: | Height: | Size: 854 B |
After Width: | Height: | Size: 848 B |
After Width: | Height: | Size: 897 B |
@ -0,0 +1,18 @@
@@ -0,0 +1,18 @@
|
||||
QPushButton |
||||
{ |
||||
background-color: transparent; |
||||
background-image: url("ui/emoteButton/emoteButton.png"); |
||||
background-repeat: none; |
||||
border: none; |
||||
width: 24px; |
||||
height: 24px; |
||||
} |
||||
QPushButton:hover |
||||
{ |
||||
background-image: url("ui/emoteButton/emoteButtonHover.png"); |
||||
} |
||||
|
||||
QPushButton:pressed |
||||
{ |
||||
background-image: url("ui/emoteButton/emoteButtonPressed.png"); |
||||
} |
After Width: | Height: | Size: 758 B |
After Width: | Height: | Size: 745 B |
After Width: | Height: | Size: 754 B |
@ -0,0 +1,18 @@
@@ -0,0 +1,18 @@
|
||||
QPushButton |
||||
{ |
||||
background-color: transparent; |
||||
background-image: url("ui/fileButton/fileButton.png"); |
||||
background-repeat: none; |
||||
border: none; |
||||
width: 24px; |
||||
height: 24px; |
||||
} |
||||
QPushButton:hover |
||||
{ |
||||
background-image: url("ui/fileButton/fileButtonHover.png"); |
||||
} |
||||
|
||||
QPushButton:pressed |
||||
{ |
||||
background-image: url("ui/fileButton/fileButtonPressed.png"); |
||||
} |
After Width: | Height: | Size: 857 B |
After Width: | Height: | Size: 848 B |
After Width: | Height: | Size: 839 B |
@ -0,0 +1,18 @@
@@ -0,0 +1,18 @@
|
||||
QPushButton |
||||
{ |
||||
background-color: transparent; |
||||
background-image: url("ui/sendButton/sendButton.png"); |
||||
background-repeat: none; |
||||
border: none; |
||||
width: 50px; |
||||
height: 50px; |
||||
} |
||||
QPushButton:hover |
||||
{ |
||||
background-image: url("ui/sendButton/sendButtonHover.png"); |
||||
} |
||||
|
||||
QPushButton:pressed |
||||
{ |
||||
background-image: url("ui/sendButton/sendButtonPressed.png"); |
||||
} |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 1.1 KiB |