mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Improving some layouts for the Feed Items
Update Splash Image git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7024 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
b8c65db00e
commit
bdecf3def1
@ -6,8 +6,8 @@
|
|||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>438</width>
|
<width>643</width>
|
||||||
<height>146</height>
|
<height>140</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QGridLayout">
|
<layout class="QGridLayout">
|
||||||
@ -17,7 +17,7 @@
|
|||||||
<item row="0" column="0">
|
<item row="0" column="0">
|
||||||
<widget class="QFrame" name="frame">
|
<widget class="QFrame" name="frame">
|
||||||
<property name="sizePolicy">
|
<property name="sizePolicy">
|
||||||
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
||||||
<horstretch>0</horstretch>
|
<horstretch>0</horstretch>
|
||||||
<verstretch>0</verstretch>
|
<verstretch>0</verstretch>
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
@ -71,10 +71,7 @@
|
|||||||
<layout class="QGridLayout" name="gridLayout_2">
|
<layout class="QGridLayout" name="gridLayout_2">
|
||||||
<item row="0" column="0">
|
<item row="0" column="0">
|
||||||
<widget class="QFrame" name="frame_2">
|
<widget class="QFrame" name="frame_2">
|
||||||
<layout class="QGridLayout" name="gridLayout_3">
|
<layout class="QGridLayout" name="gridLayout">
|
||||||
<property name="verticalSpacing">
|
|
||||||
<number>0</number>
|
|
||||||
</property>
|
|
||||||
<property name="margin">
|
<property name="margin">
|
||||||
<number>0</number>
|
<number>0</number>
|
||||||
</property>
|
</property>
|
||||||
@ -117,7 +114,7 @@
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="0" column="2" colspan="3">
|
<item row="0" column="2">
|
||||||
<spacer>
|
<spacer>
|
||||||
<property name="orientation">
|
<property name="orientation">
|
||||||
<enum>Qt::Horizontal</enum>
|
<enum>Qt::Horizontal</enum>
|
||||||
@ -133,7 +130,7 @@
|
|||||||
</property>
|
</property>
|
||||||
</spacer>
|
</spacer>
|
||||||
</item>
|
</item>
|
||||||
<item row="0" column="5" colspan="3">
|
<item row="0" column="3">
|
||||||
<widget class="QLabel" name="timestampLabel">
|
<widget class="QLabel" name="timestampLabel">
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
@ -146,7 +143,7 @@
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="1" column="1" colspan="7">
|
<item row="1" column="1" colspan="2">
|
||||||
<widget class="QLabel" name="subjectLabel">
|
<widget class="QLabel" name="subjectLabel">
|
||||||
<property name="sizePolicy">
|
<property name="sizePolicy">
|
||||||
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
|
||||||
@ -162,121 +159,125 @@
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="2" column="1" colspan="2">
|
<item row="2" column="1" colspan="3">
|
||||||
<widget class="QToolButton" name="replyButton">
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
||||||
<property name="focusPolicy">
|
<item>
|
||||||
<enum>Qt::NoFocus</enum>
|
<widget class="QToolButton" name="replyButton">
|
||||||
</property>
|
<property name="focusPolicy">
|
||||||
<property name="toolTip">
|
<enum>Qt::NoFocus</enum>
|
||||||
<string>Reply to Message</string>
|
</property>
|
||||||
</property>
|
<property name="toolTip">
|
||||||
<property name="text">
|
<string>Reply to Message</string>
|
||||||
<string>Reply Message</string>
|
</property>
|
||||||
</property>
|
<property name="text">
|
||||||
<property name="icon">
|
<string>Reply Message</string>
|
||||||
<iconset resource="../images.qrc">
|
</property>
|
||||||
<normaloff>:/images/mail_reply.png</normaloff>:/images/mail_reply.png</iconset>
|
<property name="icon">
|
||||||
</property>
|
<iconset resource="../images.qrc">
|
||||||
<property name="toolButtonStyle">
|
<normaloff>:/images/mail_reply.png</normaloff>:/images/mail_reply.png</iconset>
|
||||||
<enum>Qt::ToolButtonTextBesideIcon</enum>
|
</property>
|
||||||
</property>
|
<property name="toolButtonStyle">
|
||||||
<property name="autoRaise">
|
<enum>Qt::ToolButtonTextBesideIcon</enum>
|
||||||
<bool>true</bool>
|
</property>
|
||||||
</property>
|
<property name="autoRaise">
|
||||||
</widget>
|
<bool>true</bool>
|
||||||
</item>
|
</property>
|
||||||
<item row="2" column="3">
|
</widget>
|
||||||
<spacer name="horizontalSpacer">
|
</item>
|
||||||
<property name="orientation">
|
<item>
|
||||||
<enum>Qt::Horizontal</enum>
|
<spacer name="horizontalSpacer">
|
||||||
</property>
|
<property name="orientation">
|
||||||
<property name="sizeHint" stdset="0">
|
<enum>Qt::Horizontal</enum>
|
||||||
<size>
|
</property>
|
||||||
<width>424</width>
|
<property name="sizeHint" stdset="0">
|
||||||
<height>20</height>
|
<size>
|
||||||
</size>
|
<width>424</width>
|
||||||
</property>
|
<height>20</height>
|
||||||
</spacer>
|
</size>
|
||||||
</item>
|
</property>
|
||||||
<item row="2" column="4">
|
</spacer>
|
||||||
<widget class="QPushButton" name="deleteButton">
|
</item>
|
||||||
<property name="sizePolicy">
|
<item>
|
||||||
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
<widget class="QPushButton" name="deleteButton">
|
||||||
<horstretch>0</horstretch>
|
<property name="sizePolicy">
|
||||||
<verstretch>0</verstretch>
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||||||
</sizepolicy>
|
<horstretch>0</horstretch>
|
||||||
</property>
|
<verstretch>0</verstretch>
|
||||||
<property name="focusPolicy">
|
</sizepolicy>
|
||||||
<enum>Qt::NoFocus</enum>
|
</property>
|
||||||
</property>
|
<property name="focusPolicy">
|
||||||
<property name="toolTip">
|
<enum>Qt::NoFocus</enum>
|
||||||
<string>Delete Message</string>
|
</property>
|
||||||
</property>
|
<property name="toolTip">
|
||||||
<property name="icon">
|
<string>Delete Message</string>
|
||||||
<iconset resource="../images.qrc">
|
</property>
|
||||||
<normaloff>:/images/mail_delete.png</normaloff>:/images/mail_delete.png</iconset>
|
<property name="icon">
|
||||||
</property>
|
<iconset resource="../images.qrc">
|
||||||
</widget>
|
<normaloff>:/images/mail_delete.png</normaloff>:/images/mail_delete.png</iconset>
|
||||||
</item>
|
</property>
|
||||||
<item row="2" column="5">
|
</widget>
|
||||||
<widget class="QPushButton" name="playButton">
|
</item>
|
||||||
<property name="sizePolicy">
|
<item>
|
||||||
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
<widget class="QPushButton" name="playButton">
|
||||||
<horstretch>0</horstretch>
|
<property name="sizePolicy">
|
||||||
<verstretch>0</verstretch>
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||||||
</sizepolicy>
|
<horstretch>0</horstretch>
|
||||||
</property>
|
<verstretch>0</verstretch>
|
||||||
<property name="focusPolicy">
|
</sizepolicy>
|
||||||
<enum>Qt::NoFocus</enum>
|
</property>
|
||||||
</property>
|
<property name="focusPolicy">
|
||||||
<property name="toolTip">
|
<enum>Qt::NoFocus</enum>
|
||||||
<string>Play Media</string>
|
</property>
|
||||||
</property>
|
<property name="toolTip">
|
||||||
<property name="icon">
|
<string>Play Media</string>
|
||||||
<iconset resource="../images.qrc">
|
</property>
|
||||||
<normaloff>:/images/startall.png</normaloff>:/images/startall.png</iconset>
|
<property name="icon">
|
||||||
</property>
|
<iconset resource="../images.qrc">
|
||||||
</widget>
|
<normaloff>:/images/startall.png</normaloff>:/images/startall.png</iconset>
|
||||||
</item>
|
</property>
|
||||||
<item row="2" column="6">
|
</widget>
|
||||||
<widget class="QPushButton" name="expandButton">
|
</item>
|
||||||
<property name="sizePolicy">
|
<item>
|
||||||
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
<widget class="QPushButton" name="expandButton">
|
||||||
<horstretch>0</horstretch>
|
<property name="sizePolicy">
|
||||||
<verstretch>0</verstretch>
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||||||
</sizepolicy>
|
<horstretch>0</horstretch>
|
||||||
</property>
|
<verstretch>0</verstretch>
|
||||||
<property name="focusPolicy">
|
</sizepolicy>
|
||||||
<enum>Qt::NoFocus</enum>
|
</property>
|
||||||
</property>
|
<property name="focusPolicy">
|
||||||
<property name="toolTip">
|
<enum>Qt::NoFocus</enum>
|
||||||
<string>Expand</string>
|
</property>
|
||||||
</property>
|
<property name="toolTip">
|
||||||
<property name="icon">
|
<string>Expand</string>
|
||||||
<iconset resource="../images.qrc">
|
</property>
|
||||||
<normaloff>:/images/edit_add24.png</normaloff>:/images/edit_add24.png</iconset>
|
<property name="icon">
|
||||||
</property>
|
<iconset resource="../images.qrc">
|
||||||
</widget>
|
<normaloff>:/images/edit_add24.png</normaloff>:/images/edit_add24.png</iconset>
|
||||||
</item>
|
</property>
|
||||||
<item row="2" column="7">
|
</widget>
|
||||||
<widget class="QPushButton" name="clearButton">
|
</item>
|
||||||
<property name="sizePolicy">
|
<item>
|
||||||
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
<widget class="QPushButton" name="clearButton">
|
||||||
<horstretch>0</horstretch>
|
<property name="sizePolicy">
|
||||||
<verstretch>0</verstretch>
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||||||
</sizepolicy>
|
<horstretch>0</horstretch>
|
||||||
</property>
|
<verstretch>0</verstretch>
|
||||||
<property name="focusPolicy">
|
</sizepolicy>
|
||||||
<enum>Qt::NoFocus</enum>
|
</property>
|
||||||
</property>
|
<property name="focusPolicy">
|
||||||
<property name="toolTip">
|
<enum>Qt::NoFocus</enum>
|
||||||
<string>Remove Item</string>
|
</property>
|
||||||
</property>
|
<property name="toolTip">
|
||||||
<property name="icon">
|
<string>Remove Item</string>
|
||||||
<iconset resource="../images.qrc">
|
</property>
|
||||||
<normaloff>:/images/close_normal.png</normaloff>:/images/close_normal.png</iconset>
|
<property name="icon">
|
||||||
</property>
|
<iconset resource="../images.qrc">
|
||||||
</widget>
|
<normaloff>:/images/close_normal.png</normaloff>:/images/close_normal.png</iconset>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>856</width>
|
<width>762</width>
|
||||||
<height>268</height>
|
<height>263</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QGridLayout">
|
<layout class="QGridLayout">
|
||||||
@ -108,6 +108,12 @@
|
|||||||
</item>
|
</item>
|
||||||
<item row="0" column="1">
|
<item row="0" column="1">
|
||||||
<layout class="QGridLayout">
|
<layout class="QGridLayout">
|
||||||
|
<property name="horizontalSpacing">
|
||||||
|
<number>6</number>
|
||||||
|
</property>
|
||||||
|
<property name="verticalSpacing">
|
||||||
|
<number>0</number>
|
||||||
|
</property>
|
||||||
<item row="0" column="0">
|
<item row="0" column="0">
|
||||||
<widget class="QLabel" name="peerNameLabel">
|
<widget class="QLabel" name="peerNameLabel">
|
||||||
<property name="font">
|
<property name="font">
|
||||||
@ -133,9 +139,13 @@
|
|||||||
</property>
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
|
<family>Tahoma</family>
|
||||||
|
<pointsize>9</pointsize>
|
||||||
<weight>75</weight>
|
<weight>75</weight>
|
||||||
<italic>true</italic>
|
<italic>true</italic>
|
||||||
<bold>true</bold>
|
<bold>true</bold>
|
||||||
|
<stylestrategy>PreferAntialias</stylestrategy>
|
||||||
|
<kerning>true</kerning>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@ -397,6 +407,19 @@
|
|||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
|
<item row="2" column="0" colspan="3">
|
||||||
|
<spacer name="verticalSpacer">
|
||||||
|
<property name="orientation">
|
||||||
|
<enum>Qt::Vertical</enum>
|
||||||
|
</property>
|
||||||
|
<property name="sizeHint" stdset="0">
|
||||||
|
<size>
|
||||||
|
<width>10</width>
|
||||||
|
<height>1</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
</spacer>
|
||||||
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 215 KiB After Width: | Height: | Size: 72 KiB |
@ -427,13 +427,12 @@ PeerItem QLabel#peerNameLabel {
|
|||||||
}
|
}
|
||||||
|
|
||||||
MsgItem > QFrame#frame {
|
MsgItem > QFrame#frame {
|
||||||
border: 2px solid blue;
|
border: 2px solid #3EA2FF;
|
||||||
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #2291E0, stop: 1 #3EB3FF);
|
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #2291E0, stop: 1 #3EB3FF);
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
MsgItem QWidget#avatar {
|
MsgItem QWidget#avatar {
|
||||||
border: 2px solid blue;
|
|
||||||
background-color: #2291E0;
|
background-color: #2291E0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user