|
|
2010-06-29
, 07:40
|
|
Posts: 8 |
Thanked: 0 times |
Joined on May 2010
|
#91
|
|
|
2010-06-29
, 08:16
|
|
Posts: 650 |
Thanked: 619 times |
Joined on Nov 2009
|
#92
|

|
|
2010-06-29
, 11:10
|
|
Posts: 229 |
Thanked: 36 times |
Joined on Jan 2010
@ Bulgaria
|
#93
|
|
|
2010-06-29
, 11:55
|
|
Posts: 10 |
Thanked: 3 times |
Joined on Jun 2010
@ San Marino
|
#94
|
Hello everyone.
I have strange problem - when I want to add ring tone to specific group I can use only .wav files. No possibility to use mp3.
Has anyone same problem?
Thanks in advance!
Regards. ;-)
|
|
2010-06-29
, 12:16
|
|
|
Posts: 932 |
Thanked: 278 times |
Joined on Sep 2009
@ Kentucky
|
#95
|
Just updated and css works perfectly in the latest version. Here's my css setting:
Landscape Mode: font is 29px
Portrait Mode: Remove phone button to save space, font is 27px
|
|
2010-06-29
, 12:54
|
|
Posts: 229 |
Thanked: 36 times |
Joined on Jan 2010
@ Bulgaria
|
#96
|
Read the first post!!
"Some important notes:
The ring tone by contact group is very experimental.
Only wav files can be used as ring tones (I will write instructions on how to convert mp3 files on the device later on)"
|
|
2010-06-29
, 13:15
|
|
Posts: 9 |
Thanked: 1 time |
Joined on Dec 2009
|
#97
|
Read the first post!!
"Some important notes:
The ring tone by contact group is very experimental.
Only wav files can be used as ring tones (I will write instructions on how to convert mp3 files on the device later on)"
|
|
2010-06-29
, 18:11
|
|
Posts: 200 |
Thanked: 15 times |
Joined on Dec 2009
@ São Paulo - Brasil
|
#98
|
|
|
2010-06-29
, 19:56
|
|
Posts: 6 |
Thanked: 1 time |
Joined on Jun 2010
|
#99
|
|
|
2010-06-30
, 08:24
|
|
Posts: 650 |
Thanked: 619 times |
Joined on Nov 2009
|
#100
|
QPushButton {
border: 2px solid black;
border-radius: 10px;
background-repeat: no-repeat;
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1.4,
stop: 0 #505050, stop: 1 #000000);
margin: 2px;
color: white;
font-size: 29px;
height: 70px;
}
QPushButton:pressed {
color: black;
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #ffffff, stop: 1 #ffff00);
}
PhoneButton {
background-image: url(:/images/call48);
background-position: center left;
padding-left: 50px;
text-align: left;
width: 500px;
}
PhoneButton[context="Home"] {
image: url(:/images/home48);
image-position: center right;
}
PhoneButton[context="Work"] {
image: url(:/images/work48);
image-position: center right;
}
MobilePhoneButton {
background-image: url(:/images/mobile48);
background-position: center left;
padding-left: 50px;
text-align: left;
width: 500px;
}
PhoneSkypeButton {
width: 90px;
max-width: 90px;
background-image: url(:/images/skypecall48);
background-position: center center;
}
SMSButton {
width: 90px;
max-width: 90px;
background-image: url(:/images/sms48);
background-position: center center;
}
SkypeButton {
padding-left: 50px;
text-align: left;
background-image: url(:/images/skype48);
background-position: center left;
}
EmailButton {
padding-left: 50px;
text-align: left;
background-image: url(:/images/email48);
background-position: center left;
}
QPushButton {
border: 2px solid black;
border-radius: 10px;
background-repeat: no-repeat;
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1.4,
stop: 0 #505050, stop: 1 #000000);
margin: 2px;
color: white;
font-size: 27px;
height: 70px;
}
QPushButton:pressed {
color: black;
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #ffffff, stop: 1 #ffff00);
}
PhoneButton {
background-image: url(:/images/call48);
background-position: center left;
padding-left: 50px;
text-align: left;
width: 500px;
}
PhoneButton[context="Home"] {
image: url(:/images/home48);
image-position: center right;
}
PhoneButton[context="Work"] {
image: url(:/images/work48);
image-position: center right;
}
MobilePhoneButton {
background-image: url(:/images/mobile48);
background-position: center left;
padding-left: 50px;
text-align: left;
width: 500px;
}
PhoneSkypeButton {
width: 0px;
max-width: 0px;
border: 0px solid black;
}
SMSButton {
width: 66px;
max-width: 66px;
background-image: url(:/images/sms48);
background-position: center center;
}
SkypeButton {
padding-left: 50px;
text-align: left;
background-image: url(:/images/skype48);
background-position: center left;
}
EmailButton {
padding-left: 50px;
text-align: left;
background-image: url(:/images/email48);
background-position: center left;
}