mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-25 23:45:49 -04:00
Added default and standard style to SecurityIpItem
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8349 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
871cf4994e
commit
e8c60816cf
3 changed files with 12 additions and 7 deletions
|
@ -323,13 +323,7 @@
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="0" column="0" colspan="2">
|
<item row="0" column="0" colspan="2">
|
||||||
<widget class="QLabel" name="titleLabel">
|
<widget class="StyledLabel" name="titleLabel">
|
||||||
<property name="font">
|
|
||||||
<font>
|
|
||||||
<weight>75</weight>
|
|
||||||
<bold>true</bold>
|
|
||||||
</font>
|
|
||||||
</property>
|
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string notr="true">Title</string>
|
<string notr="true">Title</string>
|
||||||
</property>
|
</property>
|
||||||
|
|
|
@ -475,6 +475,12 @@ SecurityItem QLabel#peerNameLabel, SecurityItem QLabel#requestLabel {
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
SecurityIpItem > QFrame#frame {
|
||||||
|
border: 2px solid #FF9412;
|
||||||
|
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #FFE8A4, stop: 1 #FFB252);
|
||||||
|
border-radius: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
SubFileItem > QFrame#frame {
|
SubFileItem > QFrame#frame {
|
||||||
border: 2px solid #238;
|
border: 2px solid #238;
|
||||||
background: white;
|
background: white;
|
||||||
|
|
|
@ -49,6 +49,11 @@ SecurityItem QLabel#peerNameLabel, SecurityItem QLabel#requestLabel
|
||||||
qproperty-fontSizeFactor: 175;
|
qproperty-fontSizeFactor: 175;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
SecurityIpItem QLabel#titleLabel
|
||||||
|
{
|
||||||
|
qproperty-fontSizeFactor: 175;
|
||||||
|
}
|
||||||
|
|
||||||
PostedItem QLabel#titleLabel
|
PostedItem QLabel#titleLabel
|
||||||
{
|
{
|
||||||
qproperty-fontSizeFactor: 120;
|
qproperty-fontSizeFactor: 120;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue