Moved some internal stylesheets to the file Standard.qss.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5474 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-08-26 20:31:10 +00:00
parent f7088f0cc6
commit 5d482b9a6f
30 changed files with 1403 additions and 1691 deletions

View File

@ -125,26 +125,13 @@
</layout> </layout>
</item> </item>
<item row="1" column="0"> <item row="1" column="0">
<widget class="QFrame" name="frame_3"> <widget class="QFrame" name="buttonFrame">
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>16777215</width> <width>16777215</width>
<height>40</height> <height>40</height>
</size> </size>
</property> </property>
<property name="styleSheet">
<string notr="true">QFrame#frame_3{
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
stop:0 #FEFEFE, stop:1 #E8E8E8);
border: 1px solid #CCCCCC;}</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_2"> <layout class="QHBoxLayout" name="horizontalLayout_2">
<item> <item>
<widget class="QCheckBox" name="anonBox"> <widget class="QCheckBox" name="anonBox">

View File

@ -487,32 +487,25 @@ background: white;}</string>
</widget> </widget>
</item> </item>
<item row="0" column="0" colspan="3"> <item row="0" column="0" colspan="3">
<widget class="QFrame" name="frame"> <widget class="QFrame" name="titleBarFrame">
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>16777215</width> <width>16777215</width>
<height>32</height> <height>32</height>
</size> </size>
</property> </property>
<property name="styleSheet">
<string notr="true">QFrame#frame{
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
stop:0 #FEFEFE, stop:1 #E8E8E8);
border: 1px solid #CCCCCC;}</string>
</property>
<property name="frameShape"> <property name="frameShape">
<enum>QFrame::StyledPanel</enum> <enum>QFrame::StyledPanel</enum>
</property> </property>
<property name="frameShadow"> <property name="frameShadow">
<enum>QFrame::Raised</enum> <enum>QFrame::Raised</enum>
</property> </property>
<layout class="QGridLayout" name="gridLayout_1"> <layout class="QHBoxLayout" name="horizontalLayout">
<property name="margin"> <property name="margin">
<number>2</number> <number>2</number>
</property> </property>
<item row="0" column="0"> <item>
<widget class="QLabel" name="linksiconlabel"> <widget class="QLabel" name="titleBarPixmap">
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>24</width> <width>24</width>
@ -530,8 +523,8 @@ border: 1px solid #CCCCCC;}</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="0" column="1"> <item>
<widget class="QLabel" name="label_4"> <widget class="QLabel" name="titleBarLabel">
<property name="font"> <property name="font">
<font> <font>
<family>Arial</family> <family>Arial</family>
@ -545,7 +538,7 @@ border: 1px solid #CCCCCC;}</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="0" column="2"> <item>
<spacer name="horizontalSpacer"> <spacer name="horizontalSpacer">
<property name="orientation"> <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
@ -558,7 +551,7 @@ border: 1px solid #CCCCCC;}</string>
</property> </property>
</spacer> </spacer>
</item> </item>
<item row="0" column="3"> <item>
<widget class="QToolButton" name="addToolButton"> <widget class="QToolButton" name="addToolButton">
<property name="text"> <property name="text">
<string>Add new link</string> <string>Add new link</string>

View File

@ -490,16 +490,13 @@ void ChannelFeed::updateChannelMsgs()
return; return;
} }
if (ci.pngImageLen != 0) {
QPixmap chanImage; QPixmap chanImage;
if (ci.pngImageLen != 0) {
chanImage.loadFromData(ci.pngChanImage, ci.pngImageLen, "PNG"); chanImage.loadFromData(ci.pngChanImage, ci.pngImageLen, "PNG");
iconLabel->setPixmap(chanImage);
iconLabel->setStyleSheet("QLabel{border: 3px solid white;}");
} else { } else {
QPixmap defaulImage(CHAN_DEFAULT_IMAGE); chanImage = QPixmap(CHAN_DEFAULT_IMAGE);
iconLabel->setPixmap(defaulImage);
iconLabel->setStyleSheet("QLabel{border: 2px solid white;border-radius: 10px;}");
} }
iconLabel->setPixmap(chanImage);
iconLabel->setEnabled(true); iconLabel->setEnabled(true);
/* set Channel name */ /* set Channel name */

View File

@ -16,7 +16,7 @@
<property name="orientation"> <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<widget class="QFrame" name="chanFrame"> <widget class="QFrame" name="channelTreeFrame">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch> <horstretch>0</horstretch>
@ -40,33 +40,19 @@
<number>0</number> <number>0</number>
</property> </property>
<item row="0" column="0"> <item row="0" column="0">
<widget class="QFrame" name="chheaderframe"> <widget class="QFrame" name="titleBarFrame">
<property name="styleSheet">
<string notr="true"> QFrame#chheaderframe{
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
stop:0 #FEFEFE, stop:1 #E8E8E8);
border: 1px solid #CCCCCC;}
</string>
</property>
<property name="frameShape"> <property name="frameShape">
<enum>QFrame::StyledPanel</enum> <enum>QFrame::StyledPanel</enum>
</property> </property>
<property name="frameShadow"> <property name="frameShadow">
<enum>QFrame::Raised</enum> <enum>QFrame::Raised</enum>
</property> </property>
<layout class="QGridLayout" name="gridLayout_5"> <layout class="QHBoxLayout" name="horizontalLayout">
<property name="margin"> <property name="margin">
<number>2</number> <number>2</number>
</property> </property>
<item row="0" column="0"> <item>
<layout class="QGridLayout" name="_2"> <widget class="QLabel" name="titleBarPixmap">
<property name="verticalSpacing">
<number>0</number>
</property>
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>24</width> <width>24</width>
@ -84,8 +70,8 @@ border: 1px solid #CCCCCC;}
</property> </property>
</widget> </widget>
</item> </item>
<item row="0" column="1"> <item>
<widget class="QLabel" name="channellabel"> <widget class="QLabel" name="titleBarLabel">
<property name="font"> <property name="font">
<font> <font>
<family>Arial</family> <family>Arial</family>
@ -99,10 +85,8 @@ border: 1px solid #CCCCCC;}
</property> </property>
</widget> </widget>
</item> </item>
</layout> <item>
</item> <spacer name="spacer">
<item row="0" column="1">
<spacer name="horizontalSpacer_3">
<property name="orientation"> <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
@ -114,33 +98,7 @@ border: 1px solid #CCCCCC;}
</property> </property>
</spacer> </spacer>
</item> </item>
<item row="0" column="4"> <item>
<widget class="QToolButton" name="newChannelButton">
<property name="enabled">
<bool>true</bool>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="toolTip">
<string>Create Channel</string>
</property>
<property name="icon">
<iconset resource="images.qrc">
<normaloff>:/images/add_channel24.png</normaloff>:/images/add_channel24.png</iconset>
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>16</height>
</size>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item row="0" column="3">
<widget class="QToolButton" name="displayButton"> <widget class="QToolButton" name="displayButton">
<property name="focusPolicy"> <property name="focusPolicy">
<enum>Qt::NoFocus</enum> <enum>Qt::NoFocus</enum>
@ -166,6 +124,32 @@ border: 1px solid #CCCCCC;}
</property> </property>
</widget> </widget>
</item> </item>
<item>
<widget class="QToolButton" name="newChannelButton">
<property name="enabled">
<bool>true</bool>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="toolTip">
<string>Create Channel</string>
</property>
<property name="icon">
<iconset resource="images.qrc">
<normaloff>:/images/add_channel24.png</normaloff>:/images/add_channel24.png</iconset>
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>16</height>
</size>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
</layout> </layout>
</widget> </widget>
</item> </item>
@ -182,37 +166,14 @@ border: 1px solid #CCCCCC;}
</layout> </layout>
</widget> </widget>
<widget class="QWidget" name="layoutWidget"> <widget class="QWidget" name="layoutWidget">
<layout class="QGridLayout" name="gridLayout_4"> <layout class="QGridLayout" name="channelLayout">
<item row="0" column="0"> <item row="0" column="0">
<widget class="QFrame" name="frame"> <widget class="QFrame" name="headerFrame">
<property name="styleSheet"> <layout class="QHBoxLayout" name="horizontalLayout_3">
<string notr="true"> QFrame#frame{background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
stop:0 #F2F2F2, stop:1 #E6E6E6);
border: 1px solid #CCCCCC;}
</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<layout class="QGridLayout" name="gridLayout_3">
<property name="verticalSpacing">
<number>0</number>
</property>
<property name="margin"> <property name="margin">
<number>0</number> <number>4</number>
</property> </property>
<item row="0" column="0"> <item>
<layout class="QGridLayout" name="gridLayout_2">
<property name="horizontalSpacing">
<number>16</number>
</property>
<property name="margin">
<number>9</number>
</property>
<item row="0" column="0">
<widget class="QLabel" name="iconLabel"> <widget class="QLabel" name="iconLabel">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
@ -226,11 +187,11 @@ border: 1px solid #CCCCCC;}
<height>64</height> <height>64</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="frameShape">
<string notr="true">QLabel{ <enum>QFrame::StyledPanel</enum>
border: 2px solid white; </property>
border-radius: 10px; <property name="frameShadow">
}</string> <enum>QFrame::Raised</enum>
</property> </property>
<property name="text"> <property name="text">
<string/> <string/>
@ -243,7 +204,7 @@ border-radius: 10px;
</property> </property>
</widget> </widget>
</item> </item>
<item row="0" column="1"> <item>
<widget class="QLabel" name="nameLabel"> <widget class="QLabel" name="nameLabel">
<property name="palette"> <property name="palette">
<palette> <palette>
@ -269,36 +230,82 @@ border-radius: 10px;
</widget> </widget>
</item> </item>
</layout> </layout>
</widget>
</item> </item>
<item row="1" column="0"> <item row="4" column="0">
<widget class="Line" name="line"> <widget class="QScrollArea" name="scrollArea">
<property name="orientation"> <property name="widgetResizable">
<enum>Qt::Horizontal</enum> <bool>true</bool>
</property>
<widget class="QWidget" name="scrollAreaWidgetContents">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>398</width>
<height>16</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="styleSheet">
<string notr="true">QWidget#scrollAreaWidgetContents{border: none;}</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing">
<number>0</number>
</property>
<property name="margin">
<number>0</number>
</property>
</layout>
</widget>
</widget>
</item>
<item row="3" column="0">
<layout class="QHBoxLayout" name="progressLayout">
<item>
<widget class="QLabel" name="progressLabel">
<property name="text">
<string>Loading</string>
</property> </property>
</widget> </widget>
</item> </item>
<item>
<widget class="QProgressBar" name="progressBar">
<property name="maximum">
<number>1000</number>
</property>
<property name="value">
<number>24</number>
</property>
</widget>
</item>
</layout>
</item>
<item row="2" column="0"> <item row="2" column="0">
<layout class="QGridLayout" name="gridLayout"> <widget class="QFrame" name="toolBarFrame">
<property name="leftMargin"> <property name="maximumSize">
<number>2</number>
</property>
<property name="rightMargin">
<number>2</number>
</property>
<item row="0" column="2">
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size> <size>
<width>40</width> <width>16777215</width>
<height>20</height> <height>25</height>
</size> </size>
</property> </property>
</spacer> <property name="frameShape">
</item> <enum>QFrame::StyledPanel</enum>
<item row="0" column="1"> </property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<property name="margin">
<number>2</number>
</property>
<item>
<widget class="QToolButton" name="postButton"> <widget class="QToolButton" name="postButton">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
@ -339,66 +346,29 @@ border-radius: 10px;
</property> </property>
</widget> </widget>
</item> </item>
</layout> <item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>314</width>
<height>10</height>
</size>
</property>
</spacer>
</item> </item>
</layout> </layout>
</widget> </widget>
</item> </item>
<item row="2" column="0">
<widget class="QScrollArea" name="scrollArea">
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="scrollAreaWidgetContents">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>364</width>
<height>16</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="styleSheet">
<string notr="true">QWidget#scrollAreaWidgetContents{border: none;}</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing">
<number>0</number>
</property>
<property name="margin">
<number>0</number>
</property>
</layout>
</widget>
</widget>
</item>
<item row="1" column="0"> <item row="1" column="0">
<layout class="QHBoxLayout" name="progressLayout"> <widget class="Line" name="line">
<item> <property name="orientation">
<widget class="QLabel" name="progressLabel"> <enum>Qt::Horizontal</enum>
<property name="text">
<string>Loading</string>
</property> </property>
</widget> </widget>
</item> </item>
<item>
<widget class="QProgressBar" name="progressBar">
<property name="maximum">
<number>1000</number>
</property>
<property name="value">
<number>24</number>
</property>
</widget>
</item>
</layout>
</item>
</layout> </layout>
</widget> </widget>
</widget> </widget>

View File

@ -15,45 +15,19 @@
<number>0</number> <number>0</number>
</property> </property>
<item row="0" column="0"> <item row="0" column="0">
<widget class="QFrame" name="frame_2"> <widget class="QFrame" name="titleBarFrame">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="styleSheet">
<string notr="true"> QFrame#frame_2{
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
stop:0 #FEFEFE, stop:1 #E8E8E8);
border: 1px solid #CCCCCC;}
</string>
</property>
<property name="frameShape"> <property name="frameShape">
<enum>QFrame::StyledPanel</enum> <enum>QFrame::StyledPanel</enum>
</property> </property>
<property name="frameShadow"> <property name="frameShadow">
<enum>QFrame::Raised</enum> <enum>QFrame::Raised</enum>
</property> </property>
<layout class="QGridLayout" name="gridLayout_2"> <layout class="QHBoxLayout" name="horizontalLayout">
<property name="margin"> <property name="margin">
<number>2</number> <number>2</number>
</property> </property>
<item row="0" column="0"> <item>
<layout class="QGridLayout" name="gridLayout_8"> <widget class="QLabel" name="titleBarPixmap">
<property name="verticalSpacing">
<number>0</number>
</property>
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="text"> <property name="text">
<string/> <string/>
</property> </property>
@ -62,8 +36,8 @@ border: 1px solid #CCCCCC;}
</property> </property>
</widget> </widget>
</item> </item>
<item row="0" column="1"> <item>
<widget class="QLabel" name="friendslabel"> <widget class="QLabel" name="titleBarLabel">
<property name="font"> <property name="font">
<font> <font>
<family>Arial</family> <family>Arial</family>
@ -77,9 +51,7 @@ border: 1px solid #CCCCCC;}
</property> </property>
</widget> </widget>
</item> </item>
</layout> <item>
</item>
<item row="0" column="2">
<spacer> <spacer>
<property name="orientation"> <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
@ -92,7 +64,7 @@ border: 1px solid #CCCCCC;}
</property> </property>
</spacer> </spacer>
</item> </item>
<item row="0" column="3"> <item>
<widget class="QToolButton" name="newlobbytoolButton"> <widget class="QToolButton" name="newlobbytoolButton">
<property name="focusPolicy"> <property name="focusPolicy">
<enum>Qt::NoFocus</enum> <enum>Qt::NoFocus</enum>

View File

@ -187,10 +187,6 @@ ForumsDialog::ForumsDialog(QWidget *parent)
QTreeWidgetItem *headerItem = ui.threadTreeWidget->headerItem(); QTreeWidgetItem *headerItem = ui.threadTreeWidget->headerItem();
headerItem->setText(COLUMN_THREAD_READ, ""); headerItem->setText(COLUMN_THREAD_READ, "");
m_ForumNameFont = QFont("Times", 12, QFont::Bold);
ui.forumName->setFont(m_ForumNameFont);
ui.threadTitle->setFont(m_ForumNameFont);
/* Initialize group tree */ /* Initialize group tree */
ui.forumTreeWidget->initDisplayMenu(ui.displayButton); ui.forumTreeWidget->initDisplayMenu(ui.displayButton);

View File

@ -142,7 +142,6 @@ private:
std::string mCurrThreadId; std::string mCurrThreadId;
int subscribeFlags; int subscribeFlags;
QFont m_ForumNameFont;
int lastViewType; int lastViewType;
std::string lastForumID; std::string lastForumID;

View File

@ -40,33 +40,19 @@
<number>0</number> <number>0</number>
</property> </property>
<item row="0" column="0"> <item row="0" column="0">
<widget class="QFrame" name="chheaderframe"> <widget class="QFrame" name="titleBarFrame">
<property name="styleSheet">
<string notr="true"> QFrame#chheaderframe{
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
stop:0 #FEFEFE, stop:1 #E8E8E8);
border: 1px solid #CCCCCC;}
</string>
</property>
<property name="frameShape"> <property name="frameShape">
<enum>QFrame::StyledPanel</enum> <enum>QFrame::StyledPanel</enum>
</property> </property>
<property name="frameShadow"> <property name="frameShadow">
<enum>QFrame::Raised</enum> <enum>QFrame::Raised</enum>
</property> </property>
<layout class="QGridLayout"> <layout class="QHBoxLayout" name="horizontalLayout_2">
<property name="margin"> <property name="margin">
<number>2</number> <number>2</number>
</property> </property>
<item row="0" column="0"> <item>
<layout class="QGridLayout"> <widget class="QLabel" name="titleBarPixmap">
<property name="verticalSpacing">
<number>0</number>
</property>
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>24</width> <width>24</width>
@ -84,8 +70,8 @@ border: 1px solid #CCCCCC;}
</property> </property>
</widget> </widget>
</item> </item>
<item row="0" column="1"> <item>
<widget class="QLabel" name="forumslabel"> <widget class="QLabel" name="titleBarLabel">
<property name="font"> <property name="font">
<font> <font>
<family>Arial</family> <family>Arial</family>
@ -99,9 +85,7 @@ border: 1px solid #CCCCCC;}
</property> </property>
</widget> </widget>
</item> </item>
</layout> <item>
</item>
<item row="0" column="1">
<spacer> <spacer>
<property name="orientation"> <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
@ -114,30 +98,7 @@ border: 1px solid #CCCCCC;}
</property> </property>
</spacer> </spacer>
</item> </item>
<item row="0" column="5"> <item>
<widget class="QToolButton" name="newForumButton">
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="toolTip">
<string>Create Forum</string>
</property>
<property name="icon">
<iconset resource="images.qrc">
<normaloff>:/images/new_forum16.png</normaloff>:/images/new_forum16.png</iconset>
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>16</height>
</size>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item row="0" column="4">
<widget class="QToolButton" name="displayButton"> <widget class="QToolButton" name="displayButton">
<property name="focusPolicy"> <property name="focusPolicy">
<enum>Qt::NoFocus</enum> <enum>Qt::NoFocus</enum>
@ -163,6 +124,29 @@ border: 1px solid #CCCCCC;}
</property> </property>
</widget> </widget>
</item> </item>
<item>
<widget class="QToolButton" name="newForumButton">
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="toolTip">
<string>Create Forum</string>
</property>
<property name="icon">
<iconset resource="images.qrc">
<normaloff>:/images/new_forum16.png</normaloff>:/images/new_forum16.png</iconset>
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>16</height>
</size>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
</layout> </layout>
</widget> </widget>
</item> </item>
@ -221,32 +205,20 @@ border: 1px solid #CCCCCC;}
<item> <item>
<widget class="QLabel" name="forumName"> <widget class="QLabel" name="forumName">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>2</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="minimumSize"> <property name="font">
<size> <font>
<width>0</width> <pointsize>10</pointsize>
<height>0</height> <weight>75</weight>
</size> <bold>true</bold>
</font>
</property> </property>
<property name="maximumSize"> <property name="wordWrap">
<size> <bool>true</bool>
<width>16777215</width>
<height>1677215</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">
border: 2px solid #CCCCCC;
border-radius:6px;
background: white;
</string>
</property>
<property name="text">
<string/>
</property> </property>
<property name="textInteractionFlags"> <property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set> <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
@ -345,11 +317,12 @@ background: white;
</item> </item>
<item row="0" column="2"> <item row="0" column="2">
<widget class="QLabel" name="threadTitle"> <widget class="QLabel" name="threadTitle">
<property name="styleSheet"> <property name="font">
<string notr="true">QLabel#threadTitle{ <font>
border: 2px solid #CCCCCC; <pointsize>10</pointsize>
border-radius: 6px; <weight>75</weight>
background: white;}</string> <bold>true</bold>
</font>
</property> </property>
<property name="wordWrap"> <property name="wordWrap">
<bool>true</bool> <bool>true</bool>
@ -497,31 +470,86 @@ background: white;}</string>
</layout> </layout>
</item> </item>
<item row="0" column="0"> <item row="0" column="0">
<widget class="QFrame" name="frame_2"> <widget class="QFrame" name="toolBarFrame">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>0</width> <width>0</width>
<height>32</height> <height>32</height>
</size> </size>
</property> </property>
<property name="styleSheet">
<string notr="true"> QFrame#frame_2{
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
stop:0 #FEFEFE, stop:1 #E8E8E8);
border: 1px solid #CCCCCC;}</string>
</property>
<property name="frameShape"> <property name="frameShape">
<enum>QFrame::StyledPanel</enum> <enum>QFrame::StyledPanel</enum>
</property> </property>
<property name="frameShadow"> <property name="frameShadow">
<enum>QFrame::Raised</enum> <enum>QFrame::Raised</enum>
</property> </property>
<layout class="QGridLayout"> <layout class="QHBoxLayout" name="horizontalLayout_3">
<property name="margin"> <property name="margin">
<number>2</number> <number>2</number>
</property> </property>
<item row="0" column="3"> <item>
<widget class="QToolButton" name="newthreadButton">
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="toolTip">
<string>Start new Thread for Selected Forum</string>
</property>
<property name="icon">
<iconset resource="images.qrc">
<normaloff>:/images/mail_new.png</normaloff>:/images/mail_new.png</iconset>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>16</height>
</size>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="newmessageButton">
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="toolTip">
<string>Reply Message</string>
</property>
<property name="icon">
<iconset resource="images.qrc">
<normaloff>:/images/mail_reply.png</normaloff>:/images/mail_reply.png</iconset>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>16</height>
</size>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout"> <layout class="QHBoxLayout" name="horizontalLayout">
<property name="spacing"> <property name="spacing">
<number>2</number> <number>2</number>
@ -545,7 +573,7 @@ border: 1px solid #CCCCCC;}</string>
</item> </item>
</layout> </layout>
</item> </item>
<item row="0" column="4"> <item>
<widget class="QComboBox" name="filterColumnComboBox"> <widget class="QComboBox" name="filterColumnComboBox">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
@ -583,68 +611,6 @@ border: 1px solid #CCCCCC;}</string>
</item> </item>
</widget> </widget>
</item> </item>
<item row="0" column="1">
<widget class="QToolButton" name="newmessageButton">
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="toolTip">
<string>Reply Message</string>
</property>
<property name="icon">
<iconset resource="images.qrc">
<normaloff>:/images/mail_reply.png</normaloff>:/images/mail_reply.png</iconset>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>16</height>
</size>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item row="0" column="2">
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="0" column="0">
<widget class="QToolButton" name="newthreadButton">
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="toolTip">
<string>Start new Thread for Selected Forum</string>
</property>
<property name="icon">
<iconset resource="images.qrc">
<normaloff>:/images/mail_new.png</normaloff>:/images/mail_new.png</iconset>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>16</height>
</size>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
</layout> </layout>
</widget> </widget>
</item> </item>
@ -654,7 +620,6 @@ border: 1px solid #CCCCCC;}</string>
<widget class="QLabel" name="progLayOutTxt"> <widget class="QLabel" name="progLayOutTxt">
<property name="font"> <property name="font">
<font> <font>
<pointsize>10</pointsize>
<weight>75</weight> <weight>75</weight>
<bold>true</bold> <bold>true</bold>
</font> </font>
@ -713,11 +678,6 @@ border: 1px solid #CCCCCC;}</string>
</action> </action>
</widget> </widget>
<customwidgets> <customwidgets>
<customwidget>
<class>LinkTextBrowser</class>
<extends>QTextBrowser</extends>
<header>gui/common/LinkTextBrowser.h</header>
</customwidget>
<customwidget> <customwidget>
<class>GroupTreeWidget</class> <class>GroupTreeWidget</class>
<extends>QWidget</extends> <extends>QWidget</extends>
@ -729,6 +689,11 @@ border: 1px solid #CCCCCC;}</string>
<extends>QLineEdit</extends> <extends>QLineEdit</extends>
<header>gui/common/LineEditClear.h</header> <header>gui/common/LineEditClear.h</header>
</customwidget> </customwidget>
<customwidget>
<class>LinkTextBrowser</class>
<extends>QTextBrowser</extends>
<header>gui/common/LinkTextBrowser.h</header>
</customwidget>
</customwidgets> </customwidgets>
<resources> <resources>
<include location="images.qrc"/> <include location="images.qrc"/>

View File

@ -203,10 +203,6 @@ ForumsV2Dialog::ForumsV2Dialog(QWidget *parent)
QTreeWidgetItem *headerItem = ui.threadTreeWidget->headerItem(); QTreeWidgetItem *headerItem = ui.threadTreeWidget->headerItem();
headerItem->setText(COLUMN_THREAD_READ, ""); headerItem->setText(COLUMN_THREAD_READ, "");
m_ForumNameFont = QFont("Times", 12, QFont::Bold);
ui.forumName->setFont(m_ForumNameFont);
ui.threadTitle->setFont(m_ForumNameFont);
/* Initialize group tree */ /* Initialize group tree */
ui.forumTreeWidget->initDisplayMenu(ui.displayButton); ui.forumTreeWidget->initDisplayMenu(ui.displayButton);

View File

@ -216,7 +216,6 @@ private:
std::string mCurrThreadId; std::string mCurrThreadId;
int subscribeFlags; int subscribeFlags;
QFont m_ForumNameFont;
int lastViewType; int lastViewType;
std::string lastForumID; std::string lastForumID;

View File

@ -43,33 +43,19 @@
<number>0</number> <number>0</number>
</property> </property>
<item row="0" column="0"> <item row="0" column="0">
<widget class="QFrame" name="chheaderframe"> <widget class="QFrame" name="titleBarFrame">
<property name="styleSheet">
<string notr="true"> QFrame#chheaderframe{
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
stop:0 #FEFEFE, stop:1 #E8E8E8);
border: 1px solid #CCCCCC;}
</string>
</property>
<property name="frameShape"> <property name="frameShape">
<enum>QFrame::StyledPanel</enum> <enum>QFrame::StyledPanel</enum>
</property> </property>
<property name="frameShadow"> <property name="frameShadow">
<enum>QFrame::Raised</enum> <enum>QFrame::Raised</enum>
</property> </property>
<layout class="QGridLayout"> <layout class="QHBoxLayout" name="horizontalLayout_2">
<property name="margin"> <property name="margin">
<number>2</number> <number>2</number>
</property> </property>
<item row="0" column="0"> <item>
<layout class="QGridLayout"> <widget class="QLabel" name="titleBarPixmap">
<property name="verticalSpacing">
<number>0</number>
</property>
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>24</width> <width>24</width>
@ -87,8 +73,8 @@ border: 1px solid #CCCCCC;}
</property> </property>
</widget> </widget>
</item> </item>
<item row="0" column="1"> <item>
<widget class="QLabel" name="forumslabel"> <widget class="QLabel" name="titleBarLabel">
<property name="font"> <property name="font">
<font> <font>
<family>Arial</family> <family>Arial</family>
@ -102,9 +88,7 @@ border: 1px solid #CCCCCC;}
</property> </property>
</widget> </widget>
</item> </item>
</layout> <item>
</item>
<item row="0" column="1">
<spacer> <spacer>
<property name="orientation"> <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
@ -117,30 +101,7 @@ border: 1px solid #CCCCCC;}
</property> </property>
</spacer> </spacer>
</item> </item>
<item row="0" column="5"> <item>
<widget class="QToolButton" name="newForumButton">
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="toolTip">
<string>Create Forum</string>
</property>
<property name="icon">
<iconset resource="images.qrc">
<normaloff>:/images/new_forum16.png</normaloff>:/images/new_forum16.png</iconset>
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>16</height>
</size>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item row="0" column="4">
<widget class="QToolButton" name="displayButton"> <widget class="QToolButton" name="displayButton">
<property name="focusPolicy"> <property name="focusPolicy">
<enum>Qt::NoFocus</enum> <enum>Qt::NoFocus</enum>
@ -166,6 +127,29 @@ border: 1px solid #CCCCCC;}
</property> </property>
</widget> </widget>
</item> </item>
<item>
<widget class="QToolButton" name="newForumButton">
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="toolTip">
<string>Create Forum</string>
</property>
<property name="icon">
<iconset resource="images.qrc">
<normaloff>:/images/new_forum16.png</normaloff>:/images/new_forum16.png</iconset>
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>16</height>
</size>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
</layout> </layout>
</widget> </widget>
</item> </item>
@ -235,31 +219,20 @@ border: 1px solid #CCCCCC;}
<item> <item>
<widget class="QLabel" name="forumName"> <widget class="QLabel" name="forumName">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>2</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="minimumSize"> <property name="font">
<size> <font>
<width>0</width> <pointsize>10</pointsize>
<height>0</height> <weight>75</weight>
</size> <bold>true</bold>
</font>
</property> </property>
<property name="maximumSize"> <property name="wordWrap">
<size> <bool>true</bool>
<width>16777215</width>
<height>1677215</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">border: 2px solid #CCCCCC;
border-radius:6px;
background: white;
</string>
</property>
<property name="text">
<string/>
</property> </property>
<property name="textInteractionFlags"> <property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set> <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
@ -358,11 +331,12 @@ background: white;
</item> </item>
<item row="0" column="2"> <item row="0" column="2">
<widget class="QLabel" name="threadTitle"> <widget class="QLabel" name="threadTitle">
<property name="styleSheet"> <property name="font">
<string notr="true">QLabel#threadTitle{ <font>
border: 2px solid #CCCCCC; <pointsize>10</pointsize>
border-radius: 6px; <weight>75</weight>
background: white;}</string> <bold>true</bold>
</font>
</property> </property>
<property name="wordWrap"> <property name="wordWrap">
<bool>true</bool> <bool>true</bool>
@ -510,31 +484,86 @@ background: white;}</string>
</layout> </layout>
</item> </item>
<item row="0" column="0"> <item row="0" column="0">
<widget class="QFrame" name="frame_2"> <widget class="QFrame" name="toolBarFrame">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>0</width> <width>0</width>
<height>32</height> <height>32</height>
</size> </size>
</property> </property>
<property name="styleSheet">
<string notr="true"> QFrame#frame_2{
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
stop:0 #FEFEFE, stop:1 #E8E8E8);
border: 1px solid #CCCCCC;}</string>
</property>
<property name="frameShape"> <property name="frameShape">
<enum>QFrame::StyledPanel</enum> <enum>QFrame::StyledPanel</enum>
</property> </property>
<property name="frameShadow"> <property name="frameShadow">
<enum>QFrame::Raised</enum> <enum>QFrame::Raised</enum>
</property> </property>
<layout class="QGridLayout"> <layout class="QHBoxLayout" name="horizontalLayout_3">
<property name="margin"> <property name="margin">
<number>2</number> <number>2</number>
</property> </property>
<item row="0" column="3"> <item>
<widget class="QToolButton" name="newthreadButton">
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="toolTip">
<string>Start new Thread for Selected Forum</string>
</property>
<property name="icon">
<iconset resource="images.qrc">
<normaloff>:/images/mail_new.png</normaloff>:/images/mail_new.png</iconset>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>16</height>
</size>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="newmessageButton">
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="toolTip">
<string>Reply Message</string>
</property>
<property name="icon">
<iconset resource="images.qrc">
<normaloff>:/images/mail_reply.png</normaloff>:/images/mail_reply.png</iconset>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>16</height>
</size>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout"> <layout class="QHBoxLayout" name="horizontalLayout">
<property name="spacing"> <property name="spacing">
<number>2</number> <number>2</number>
@ -558,7 +587,7 @@ border: 1px solid #CCCCCC;}</string>
</item> </item>
</layout> </layout>
</item> </item>
<item row="0" column="4"> <item>
<widget class="QComboBox" name="filterColumnComboBox"> <widget class="QComboBox" name="filterColumnComboBox">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
@ -596,68 +625,6 @@ border: 1px solid #CCCCCC;}</string>
</item> </item>
</widget> </widget>
</item> </item>
<item row="0" column="1">
<widget class="QToolButton" name="newmessageButton">
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="toolTip">
<string>Reply Message</string>
</property>
<property name="icon">
<iconset resource="images.qrc">
<normaloff>:/images/mail_reply.png</normaloff>:/images/mail_reply.png</iconset>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>16</height>
</size>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item row="0" column="2">
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="0" column="0">
<widget class="QToolButton" name="newthreadButton">
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="toolTip">
<string>Start new Thread for Selected Forum</string>
</property>
<property name="icon">
<iconset resource="images.qrc">
<normaloff>:/images/mail_new.png</normaloff>:/images/mail_new.png</iconset>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>16</height>
</size>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
</layout> </layout>
</widget> </widget>
</item> </item>
@ -667,7 +634,6 @@ border: 1px solid #CCCCCC;}</string>
<widget class="QLabel" name="progLayOutTxt"> <widget class="QLabel" name="progLayOutTxt">
<property name="font"> <property name="font">
<font> <font>
<pointsize>10</pointsize>
<weight>75</weight> <weight>75</weight>
<bold>true</bold> <bold>true</bold>
</font> </font>
@ -726,11 +692,6 @@ border: 1px solid #CCCCCC;}</string>
</action> </action>
</widget> </widget>
<customwidgets> <customwidgets>
<customwidget>
<class>LinkTextBrowser</class>
<extends>QTextBrowser</extends>
<header>gui/common/LinkTextBrowser.h</header>
</customwidget>
<customwidget> <customwidget>
<class>GroupTreeWidget</class> <class>GroupTreeWidget</class>
<extends>QWidget</extends> <extends>QWidget</extends>
@ -742,6 +703,11 @@ border: 1px solid #CCCCCC;}</string>
<extends>QLineEdit</extends> <extends>QLineEdit</extends>
<header>gui/common/LineEditClear.h</header> <header>gui/common/LineEditClear.h</header>
</customwidget> </customwidget>
<customwidget>
<class>LinkTextBrowser</class>
<extends>QTextBrowser</extends>
<header>gui/common/LinkTextBrowser.h</header>
</customwidget>
</customwidgets> </customwidgets>
<resources> <resources>
<include location="images.qrc"/> <include location="images.qrc"/>

View File

@ -88,7 +88,7 @@ FriendsDialog::FriendsDialog(QWidget *parent)
last_status_send_time = 0 ; last_status_send_time = 0 ;
inChatCharFormatChanged = false; inChatCharFormatChanged = false;
connect( ui.mypersonalstatuslabel, SIGNAL(clicked()), SLOT(statusmessage())); connect( ui.mypersonalstatusLabel, SIGNAL(clicked()), SLOT(statusmessage()));
connect( ui.actionSet_your_Avatar, SIGNAL(triggered()), this, SLOT(getAvatar())); connect( ui.actionSet_your_Avatar, SIGNAL(triggered()), this, SLOT(getAvatar()));
connect( ui.actionSet_your_Personal_Message, SIGNAL(triggered()), this, SLOT(statusmessage())); connect( ui.actionSet_your_Personal_Message, SIGNAL(triggered()), this, SLOT(statusmessage()));
connect( ui.addfileButton, SIGNAL(clicked() ), this , SLOT(addExtraFile())); connect( ui.addfileButton, SIGNAL(clicked() ), this , SLOT(addExtraFile()));
@ -212,7 +212,7 @@ FriendsDialog::FriendsDialog(QWidget *parent)
// add self nick and Avatar to Friends. // add self nick and Avatar to Friends.
RsPeerDetails pd ; RsPeerDetails pd ;
if (rsPeers->getPeerDetails(rsPeers->getOwnId(),pd)) { if (rsPeers->getPeerDetails(rsPeers->getOwnId(),pd)) {
ui.nicklabel->setText(PeerDefs::nameWithLocation(pd)); ui.nicknameLabel->setText(PeerDefs::nameWithLocation(pd));
} }
/* Hide platform specific features */ /* Hide platform specific features */
@ -755,7 +755,7 @@ void FriendsDialog::on_actionCreate_New_Channel_activated()
/** Loads own personal status */ /** Loads own personal status */
void FriendsDialog::loadmypersonalstatus() void FriendsDialog::loadmypersonalstatus()
{ {
ui.mypersonalstatuslabel->setText(QString::fromUtf8(rsMsgs->getCustomStateString().c_str())); ui.mypersonalstatusLabel->setText(QString::fromUtf8(rsMsgs->getCustomStateString().c_str()));
} }
void FriendsDialog::statusmessage() void FriendsDialog::statusmessage()

View File

@ -25,33 +25,19 @@
<number>0</number> <number>0</number>
</property> </property>
<item row="0" column="0"> <item row="0" column="0">
<widget class="QFrame" name="frame_2"> <widget class="QFrame" name="titleBarFrame">
<property name="styleSheet">
<string notr="true"> QFrame#frame_2{
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
stop:0 #FEFEFE, stop:1 #E8E8E8);
border: 1px solid #CCCCCC;}
</string>
</property>
<property name="frameShape"> <property name="frameShape">
<enum>QFrame::StyledPanel</enum> <enum>QFrame::StyledPanel</enum>
</property> </property>
<property name="frameShadow"> <property name="frameShadow">
<enum>QFrame::Raised</enum> <enum>QFrame::Raised</enum>
</property> </property>
<layout class="QGridLayout" name="gridLayout_2"> <layout class="QHBoxLayout" name="horizontalLayout_2">
<property name="margin"> <property name="margin">
<number>2</number> <number>2</number>
</property> </property>
<item row="0" column="0"> <item>
<layout class="QGridLayout" name="gridLayout_8"> <widget class="QLabel" name="titleBarPixmap">
<property name="verticalSpacing">
<number>0</number>
</property>
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="text"> <property name="text">
<string/> <string/>
</property> </property>
@ -60,8 +46,8 @@ border: 1px solid #CCCCCC;}
</property> </property>
</widget> </widget>
</item> </item>
<item row="0" column="1"> <item>
<widget class="QLabel" name="friendslabel"> <widget class="QLabel" name="titleBarLabel">
<property name="font"> <property name="font">
<font> <font>
<family>Arial</family> <family>Arial</family>
@ -75,9 +61,7 @@ border: 1px solid #CCCCCC;}
</property> </property>
</widget> </widget>
</item> </item>
</layout> <item>
</item>
<item row="0" column="2">
<spacer> <spacer>
<property name="orientation"> <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
@ -90,36 +74,7 @@ border: 1px solid #CCCCCC;}
</property> </property>
</spacer> </spacer>
</item> </item>
<item row="0" column="4"> <item>
<widget class="QToolButton" name="menutoolButton">
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="toolTip">
<string>Add</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="images.qrc">
<normaloff>:/images/edit_add24.png</normaloff>:/images/edit_add24.png</iconset>
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>16</height>
</size>
</property>
<property name="popupMode">
<enum>QToolButton::InstantPopup</enum>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item row="0" column="3">
<widget class="QToolButton" name="displayButton"> <widget class="QToolButton" name="displayButton">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
@ -151,6 +106,35 @@ border: 1px solid #CCCCCC;}
</property> </property>
</widget> </widget>
</item> </item>
<item>
<widget class="QToolButton" name="menutoolButton">
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="toolTip">
<string>Add</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="images.qrc">
<normaloff>:/images/edit_add24.png</normaloff>:/images/edit_add24.png</iconset>
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>16</height>
</size>
</property>
<property name="popupMode">
<enum>QToolButton::InstantPopup</enum>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
</layout> </layout>
</widget> </widget>
</item> </item>
@ -181,13 +165,7 @@ border: 1px solid #CCCCCC;}
<number>1</number> <number>1</number>
</property> </property>
<item row="0" column="0"> <item row="0" column="0">
<widget class="QFrame" name="frame"> <widget class="QFrame" name="headerFrame">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>0</width> <width>0</width>
@ -200,15 +178,6 @@ border: 1px solid #CCCCCC;}
<height>70</height> <height>70</height>
</size> </size>
</property> </property>
<property name="styleSheet">
<string notr="true">QFrame#frame{background-image: url(:/images/connect/connectFriendBanner.png)}</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<layout class="QGridLayout" name="gridLayout"> <layout class="QGridLayout" name="gridLayout">
<property name="leftMargin"> <property name="leftMargin">
<number>1</number> <number>1</number>
@ -233,7 +202,7 @@ border: 1px solid #CCCCCC;}
</widget> </widget>
</item> </item>
<item row="0" column="1" colspan="2"> <item row="0" column="1" colspan="2">
<widget class="QLabel" name="nicklabel"> <widget class="QLabel" name="nicknameLabel">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>0</width> <width>0</width>
@ -246,43 +215,6 @@ border: 1px solid #CCCCCC;}
<height>42</height> <height>42</height>
</size> </size>
</property> </property>
<property name="palette">
<palette>
<active>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>50</red>
<green>205</green>
<blue>50</blue>
</color>
</brush>
</colorrole>
</active>
<inactive>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>50</red>
<green>205</green>
<blue>50</blue>
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>118</red>
<green>116</green>
<blue>108</blue>
</color>
</brush>
</colorrole>
</disabled>
</palette>
</property>
<property name="font"> <property name="font">
<font> <font>
<pointsize>16</pointsize> <pointsize>16</pointsize>
@ -320,7 +252,7 @@ border: 1px solid #CCCCCC;}
</spacer> </spacer>
</item> </item>
<item row="1" column="1"> <item row="1" column="1">
<widget class="QToolButton" name="mypersonalstatuslabel"> <widget class="QToolButton" name="mypersonalstatusLabel">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Preferred"> <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
<horstretch>0</horstretch> <horstretch>0</horstretch>
@ -355,19 +287,18 @@ border: 1px solid #CCCCCC;}
</attribute> </attribute>
<layout class="QGridLayout" name="gridLayout_3"> <layout class="QGridLayout" name="gridLayout_3">
<item row="1" column="0"> <item row="1" column="0">
<widget class="QFrame" name="buttonframe"> <widget class="QFrame" name="toolBarFrame">
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>16777215</width> <width>16777215</width>
<height>38</height> <height>38</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="frameShape">
<string notr="true"> QFrame#buttonframe{ <enum>QFrame::StyledPanel</enum>
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, </property>
stop:0 #FEFEFE, stop:1 #E8E8E8); <property name="frameShadow">
<enum>QFrame::Raised</enum>
border: 1px solid #CCCCCC;}</string>
</property> </property>
<layout class="QHBoxLayout" name="horizontalLayout"> <layout class="QHBoxLayout" name="horizontalLayout">
<property name="margin"> <property name="margin">
@ -677,8 +608,6 @@ border: 1px solid #CCCCCC;}</string>
</widget> </widget>
</item> </item>
<item> <item>
<layout class="QGridLayout" name="gridLayout_7">
<item row="0" column="0">
<spacer> <spacer>
<property name="orientation"> <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
@ -694,7 +623,7 @@ border: 1px solid #CCCCCC;}</string>
</property> </property>
</spacer> </spacer>
</item> </item>
<item row="0" column="1"> <item>
<widget class="QPushButton" name="Sendbtn"> <widget class="QPushButton" name="Sendbtn">
<property name="text"> <property name="text">
<string>Send</string> <string>Send</string>
@ -702,8 +631,6 @@ border: 1px solid #CCCCCC;}</string>
</widget> </widget>
</item> </item>
</layout> </layout>
</item>
</layout>
</widget> </widget>
</item> </item>
<item row="0" column="0"> <item row="0" column="0">
@ -964,6 +891,12 @@ background: white;}</string>
<extends>QTextBrowser</extends> <extends>QTextBrowser</extends>
<header>gui/common/LinkTextBrowser.h</header> <header>gui/common/LinkTextBrowser.h</header>
</customwidget> </customwidget>
<customwidget>
<class>HashBox</class>
<extends>QScrollArea</extends>
<header location="global">gui/common/HashBox.h</header>
<container>1</container>
</customwidget>
<customwidget> <customwidget>
<class>ChatTabWidget</class> <class>ChatTabWidget</class>
<extends>QTabWidget</extends> <extends>QTabWidget</extends>
@ -976,12 +909,6 @@ background: white;}</string>
<header>gui/common/AvatarWidget.h</header> <header>gui/common/AvatarWidget.h</header>
<container>1</container> <container>1</container>
</customwidget> </customwidget>
<customwidget>
<class>HashBox</class>
<extends>QScrollArea</extends>
<header location="global">gui/common/HashBox.h</header>
<container>1</container>
</customwidget>
<customwidget> <customwidget>
<class>FriendList</class> <class>FriendList</class>
<extends>QWidget</extends> <extends>QWidget</extends>

View File

@ -15,7 +15,7 @@
<number>1</number> <number>1</number>
</property> </property>
<item row="0" column="0"> <item row="0" column="0">
<widget class="QFrame" name="frame"> <widget class="QFrame" name="toolBarFrame">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch> <horstretch>0</horstretch>
@ -34,19 +34,6 @@
<height>36</height> <height>36</height>
</size> </size>
</property> </property>
<property name="baseSize">
<size>
<width>0</width>
<height>68</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QFrame#frame{
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
stop:0 #FEFEFE, stop:1 #E8E8E8);
border: 1px solid #CCCCCC;}</string>
</property>
<property name="frameShape"> <property name="frameShape">
<enum>QFrame::StyledPanel</enum> <enum>QFrame::StyledPanel</enum>
</property> </property>

View File

@ -112,37 +112,48 @@
</widget> </widget>
</item> </item>
<item row="1" column="0"> <item row="1" column="0">
<widget class="QFrame" name="frame"> <widget class="QFrame" name="toolBarFrame">
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>16777215</width> <width>16777215</width>
<height>32</height> <height>32</height>
</size> </size>
</property> </property>
<property name="styleSheet">
<string notr="true">#frame {
border-image:none;
background-color: qlineargradient(x1: 0, y1: 0, x2: 0.0, y2: 1.0,
stop: 0 #ffffff,
stop: 0.4 #eeeeee,
stop: 0.401 #e2e2e2,
stop: 1 #dddddd);
color: #CCCCCC;
border-top: 1px solid #606060;
border-bottom: 1px solid #CCCCCC;
}</string>
</property>
<property name="frameShape"> <property name="frameShape">
<enum>QFrame::StyledPanel</enum> <enum>QFrame::StyledPanel</enum>
</property> </property>
<property name="frameShadow"> <property name="frameShadow">
<enum>QFrame::Raised</enum> <enum>QFrame::Raised</enum>
</property> </property>
<layout class="QGridLayout" name="gridLayout_2"> <layout class="QHBoxLayout" name="horizontalLayout_2">
<property name="margin"> <property name="margin">
<number>2</number> <number>2</number>
</property> </property>
<item row="0" column="1"> <item>
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="spacing">
<number>2</number>
</property>
<item>
<widget class="QLabel" name="filterLineLabel">
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="images.qrc">:/images/find-16.png</pixmap>
</property>
</widget>
</item>
<item>
<widget class="LineEditClear" name="filterLineEdit">
<property name="toolTip">
<string>Search Friends</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QToolButton" name="addIMAccountButton"> <widget class="QToolButton" name="addIMAccountButton">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding"> <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
@ -180,7 +191,7 @@ border-bottom: 1px solid #CCCCCC;
</property> </property>
</widget> </widget>
</item> </item>
<item row="0" column="2"> <item>
<widget class="QToolButton" name="shareButton"> <widget class="QToolButton" name="shareButton">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Expanding"> <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
@ -212,31 +223,7 @@ border-bottom: 1px solid #CCCCCC;
</property> </property>
</widget> </widget>
</item> </item>
<item row="0" column="0">
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="spacing">
<number>2</number>
</property>
<item> <item>
<widget class="QLabel" name="label_3">
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="images.qrc">:/images/find-16.png</pixmap>
</property>
</widget>
</item>
<item>
<widget class="LineEditClear" name="filterLineEdit">
<property name="toolTip">
<string>Search Friends</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="0" column="3">
<widget class="QToolButton" name="displaytoolButton"> <widget class="QToolButton" name="displaytoolButton">
<property name="icon"> <property name="icon">
<iconset resource="images.qrc"> <iconset resource="images.qrc">
@ -318,6 +305,11 @@ stop:0 #FEFEFE, stop:1 #E8E8E8);
</widget> </widget>
</widget> </widget>
<customwidgets> <customwidgets>
<customwidget>
<class>LineEditClear</class>
<extends>QLineEdit</extends>
<header>gui/common/LineEditClear.h</header>
</customwidget>
<customwidget> <customwidget>
<class>AvatarWidget</class> <class>AvatarWidget</class>
<extends>QLabel</extends> <extends>QLabel</extends>
@ -330,11 +322,6 @@ stop:0 #FEFEFE, stop:1 #E8E8E8);
<header>gui/common/FriendList.h</header> <header>gui/common/FriendList.h</header>
<container>1</container> <container>1</container>
</customwidget> </customwidget>
<customwidget>
<class>LineEditClear</class>
<extends>QLineEdit</extends>
<header>gui/common/LineEditClear.h</header>
</customwidget>
<customwidget> <customwidget>
<class>LogoBar</class> <class>LogoBar</class>
<extends>QFrame</extends> <extends>QFrame</extends>

View File

@ -126,26 +126,25 @@
</widget> </widget>
</item> </item>
<item row="0" column="0"> <item row="0" column="0">
<widget class="QFrame" name="frame"> <widget class="QFrame" name="titleBarFrame">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>0</width> <width>0</width>
<height>32</height> <height>32</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="frameShape">
<string notr="true">QFrame#frame{ <enum>QFrame::StyledPanel</enum>
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, </property>
stop:0 #FEFEFE, stop:1 #E8E8E8); <property name="frameShadow">
<enum>QFrame::Raised</enum>
border: 1px solid #CCCCCC;}</string>
</property> </property>
<layout class="QHBoxLayout" name="horizontalLayout_2"> <layout class="QHBoxLayout" name="horizontalLayout_2">
<property name="margin"> <property name="margin">
<number>1</number> <number>2</number>
</property> </property>
<item> <item>
<widget class="QLabel" name="label"> <widget class="QLabel" name="titleBarPixmap">
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>22</width> <width>22</width>
@ -164,7 +163,7 @@ border: 1px solid #CCCCCC;}</string>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QLabel" name="networklabel"> <widget class="QLabel" name="titleBarLabel">
<property name="font"> <property name="font">
<font> <font>
<family>Arial</family> <family>Arial</family>

View File

@ -6,8 +6,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>574</width> <width>581</width>
<height>329</height> <height>331</height>
</rect> </rect>
</property> </property>
<property name="sizePolicy"> <property name="sizePolicy">
@ -24,40 +24,24 @@
<number>0</number> <number>0</number>
</property> </property>
<item row="0" column="0" colspan="3"> <item row="0" column="0" colspan="3">
<widget class="QFrame" name="frame"> <widget class="QFrame" name="titleBarFrame">
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>16777215</width> <width>16777215</width>
<height>32</height> <height>32</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="frameShape">
<string notr="true">QFrame#frame{ <enum>QFrame::StyledPanel</enum>
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
stop:0 #FEFEFE, stop:1 #E8E8E8);
border: 1px solid #CCCCCC;}</string>
</property> </property>
<layout class="QGridLayout" name="gridLayout_3"> <property name="frameShadow">
<property name="leftMargin"> <enum>QFrame::Raised</enum>
<number>3</number>
</property> </property>
<property name="topMargin"> <layout class="QHBoxLayout" name="horizontalLayout_4">
<number>0</number> <property name="margin">
<number>2</number>
</property> </property>
<property name="rightMargin"> <item>
<number>3</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<property name="horizontalSpacing">
<number>6</number>
</property>
<property name="verticalSpacing">
<number>0</number>
</property>
<item row="0" column="1">
<widget class="QComboBox" name="FileTypeComboBox"> <widget class="QComboBox" name="FileTypeComboBox">
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">QToolButton, QPushButton, QComboBox { <string notr="true">QToolButton, QPushButton, QComboBox {
@ -184,7 +168,7 @@ border-image: url(:/images/btn_26_pressed.png) 4;
</item> </item>
</widget> </widget>
</item> </item>
<item row="0" column="2"> <item>
<spacer> <spacer>
<property name="orientation"> <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
@ -200,7 +184,7 @@ border-image: url(:/images/btn_26_pressed.png) 4;
</property> </property>
</spacer> </spacer>
</item> </item>
<item row="0" column="3"> <item>
<layout class="QHBoxLayout" name="horizontalLayout"> <layout class="QHBoxLayout" name="horizontalLayout">
<property name="spacing"> <property name="spacing">
<number>0</number> <number>0</number>
@ -239,30 +223,6 @@ background: white;}</string>
<property name="margin"> <property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<item row="0" column="1">
<widget class="LineEditClear" name="lineEdit">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>3</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>16</height>
</size>
</property>
<property name="toolTip">
<string>Enter a keyword here (at least 3 char long)</string>
</property>
<property name="styleSheet">
<string notr="true">QLineEdit#lineEdit{background: transparent;
border: none;}
</string>
</property>
</widget>
</item>
<item row="0" column="0"> <item row="0" column="0">
<widget class="QPushButton" name="pushButton"> <widget class="QPushButton" name="pushButton">
<property name="sizePolicy"> <property name="sizePolicy">
@ -302,6 +262,30 @@ border: none;}</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="0" column="1">
<widget class="LineEditClear" name="lineEdit">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>3</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>16</height>
</size>
</property>
<property name="toolTip">
<string>Enter a keyword here (at least 3 char long)</string>
</property>
<property name="styleSheet">
<string notr="true">QLineEdit#lineEdit{background: transparent;
border: none;}
</string>
</property>
</widget>
</item>
</layout> </layout>
</widget> </widget>
</item> </item>
@ -340,7 +324,7 @@ border-image: url(:/images/btn3.png) 4;
</item> </item>
</layout> </layout>
</item> </item>
<item row="0" column="4"> <item>
<spacer> <spacer>
<property name="orientation"> <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
@ -356,7 +340,7 @@ border-image: url(:/images/btn3.png) 4;
</property> </property>
</spacer> </spacer>
</item> </item>
<item row="0" column="5"> <item>
<widget class="QPushButton" name="toggleAdvancedSearchBtn"> <widget class="QPushButton" name="toggleAdvancedSearchBtn">
<property name="toolTip"> <property name="toolTip">
<string>Advanced Search</string> <string>Advanced Search</string>
@ -739,19 +723,18 @@ border-image: url(:/images/btn_26_pressed.png) 4;
</widget> </widget>
</item> </item>
<item row="3" column="0" colspan="3"> <item row="3" column="0" colspan="3">
<widget class="QFrame" name="frame_3"> <widget class="QFrame" name="buttonFrame">
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>16777215</width> <width>16777215</width>
<height>38</height> <height>38</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="frameShape">
<string notr="true">QFrame#frame_3{ <enum>QFrame::StyledPanel</enum>
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, </property>
stop:0 #FEFEFE, stop:1 #E8E8E8); <property name="frameShadow">
border-radius: 10px; <enum>QFrame::Raised</enum>
border: 2px solid #CCCCCC;}</string>
</property> </property>
<layout class="QGridLayout" name="gridLayout_2"> <layout class="QGridLayout" name="gridLayout_2">
<property name="horizontalSpacing"> <property name="horizontalSpacing">

View File

@ -855,7 +855,7 @@ void SharedFilesDialog::showFrame(bool show)
ui.remoteButton->setChecked(false); ui.remoteButton->setChecked(false);
ui.splittedButton->setChecked(false); ui.splittedButton->setChecked(false);
ui.labeltext->setText( tr("<strong>My Shared Files</strong>")); ui.titleBarLabel->setText( tr("<strong>My Shared Files</strong>"));
} }
} }
@ -869,7 +869,7 @@ void SharedFilesDialog::showFrameRemote(bool show)
ui.localButton->setChecked(false); ui.localButton->setChecked(false);
ui.splittedButton->setChecked(false); ui.splittedButton->setChecked(false);
ui.labeltext->setText( tr("<strong>Friends Files</strong>")); ui.titleBarLabel->setText( tr("<strong>Friends Files</strong>"));
} }
} }
@ -884,7 +884,7 @@ void SharedFilesDialog::showFrameSplitted(bool show)
ui.localButton->setChecked(false); ui.localButton->setChecked(false);
ui.remoteButton->setChecked(false); ui.remoteButton->setChecked(false);
ui.labeltext->setText( tr("<strong>Files</strong>")); ui.titleBarLabel->setText( tr("<strong>Files</strong>"));
} }
} }

View File

@ -14,337 +14,6 @@
<property name="verticalSpacing"> <property name="verticalSpacing">
<number>0</number> <number>0</number>
</property> </property>
<item row="0" column="0">
<widget class="QFrame" name="frame">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>32</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>32</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QFrame#frame{
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
stop:0 #FEFEFE, stop:1 #E8E8E8);
border: 1px solid #CCCCCC;}</string>
</property>
<layout class="QGridLayout" name="gridLayout_3">
<property name="margin">
<number>2</number>
</property>
<property name="verticalSpacing">
<number>6</number>
</property>
<item row="0" column="0">
<widget class="QLabel" name="labelicon">
<property name="maximumSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="images.qrc">:/images/fileshare24.png</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLabel" name="labeltext">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16</height>
</size>
</property>
<property name="font">
<font>
<family>Arial</family>
<pointsize>10</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Files</string>
</property>
</widget>
</item>
<item row="0" column="2">
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>100</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="0" column="5">
<widget class="QComboBox" name="indicatorCBox">
<item>
<property name="text">
<string>All</string>
</property>
<property name="icon">
<iconset resource="images.qrc">
<normaloff>:/images/view_calendar_list.png</normaloff>:/images/view_calendar_list.png</iconset>
</property>
</item>
<item>
<property name="text">
<string>One day old</string>
</property>
<property name="icon">
<iconset resource="images.qrc">
<normaloff>:/images/view_calendar_day.png</normaloff>:/images/view_calendar_day.png</iconset>
</property>
</item>
<item>
<property name="text">
<string>One Week old</string>
</property>
<property name="icon">
<iconset resource="images.qrc">
<normaloff>:/images/view_calendar_week.png</normaloff>:/images/view_calendar_week.png</iconset>
</property>
</item>
<item>
<property name="text">
<string>One month old</string>
</property>
<property name="icon">
<iconset resource="images.qrc">
<normaloff>:/images/view_calendar_month.png</normaloff>:/images/view_calendar_month.png</iconset>
</property>
</item>
</widget>
</item>
<item row="0" column="3">
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="spacing">
<number>2</number>
</property>
<item>
<widget class="QLabel" name="filterLabel">
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="images.qrc">:/images/find-16.png</pixmap>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="filterPatternLineEdit">
<property name="toolTip">
<string>Search files</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="filterStartButton">
<property name="minimumSize">
<size>
<width>16</width>
<height>16</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16</width>
<height>16</height>
</size>
</property>
<property name="font">
<font>
<family>MS Shell Dlg 2</family>
</font>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="toolTip">
<string>Start Search</string>
</property>
<property name="icon">
<iconset resource="images.qrc">
<normaloff>:/images/start.png</normaloff>:/images/start.png</iconset>
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="filterClearButton">
<property name="minimumSize">
<size>
<width>16</width>
<height>16</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16</width>
<height>16</height>
</size>
</property>
<property name="font">
<font>
<family>MS Shell Dlg 2</family>
</font>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="toolTip">
<string>Reset</string>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
border-image: url(:/images/closenormal.png)
}
QPushButton:hover
{
border-image: url(:/images/closehover.png)
}
QPushButton:pressed {
border-image: url(:/images/closepressed.png)
}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</item>
<item row="0" column="4">
<widget class="QComboBox" name="viewType_CB">
<item>
<property name="text">
<string>Tree view</string>
</property>
</item>
<item>
<property name="text">
<string>Flat view</string>
</property>
</item>
</widget>
</item>
<item row="0" column="6">
<widget class="QToolButton" name="splittedButton">
<property name="maximumSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="toolTip">
<string>Splitted View</string>
</property>
<property name="icon">
<iconset resource="images.qrc">
<normaloff>:/images/view_split_top_bottom.png</normaloff>:/images/view_split_top_bottom.png</iconset>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item row="0" column="7">
<widget class="QToolButton" name="remoteButton">
<property name="maximumSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="toolTip">
<string>Friends Folders</string>
</property>
<property name="icon">
<iconset resource="images.qrc">
<normaloff>:/images/friendsfolder24.png</normaloff>:/images/friendsfolder24.png</iconset>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item row="0" column="8">
<widget class="QToolButton" name="localButton">
<property name="maximumSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="toolTip">
<string>My Folders</string>
</property>
<property name="icon">
<iconset resource="images.qrc">
<normaloff>:/images/folder16.png</normaloff>:/images/folder16.png</iconset>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="1" column="0"> <item row="1" column="0">
<widget class="QSplitter" name="splitter"> <widget class="QSplitter" name="splitter">
<property name="styleSheet"> <property name="styleSheet">
@ -517,6 +186,333 @@ background: white;}</string>
</item> </item>
</layout> </layout>
</item> </item>
<item row="0" column="0">
<widget class="QFrame" name="titleBarFrame">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>32</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>32</height>
</size>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<property name="margin">
<number>2</number>
</property>
<item>
<widget class="QLabel" name="titleBarPixmap">
<property name="maximumSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="images.qrc">:/images/fileshare24.png</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="titleBarLabel">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16</height>
</size>
</property>
<property name="font">
<font>
<family>Arial</family>
<pointsize>10</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Files</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>100</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="spacing">
<number>2</number>
</property>
<item>
<widget class="QLabel" name="filterLabel">
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="images.qrc">:/images/find-16.png</pixmap>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="filterPatternLineEdit">
<property name="toolTip">
<string>Search files</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="filterStartButton">
<property name="minimumSize">
<size>
<width>16</width>
<height>16</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16</width>
<height>16</height>
</size>
</property>
<property name="font">
<font>
<family>MS Shell Dlg 2</family>
</font>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="toolTip">
<string>Start Search</string>
</property>
<property name="icon">
<iconset resource="images.qrc">
<normaloff>:/images/start.png</normaloff>:/images/start.png</iconset>
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="filterClearButton">
<property name="minimumSize">
<size>
<width>16</width>
<height>16</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16</width>
<height>16</height>
</size>
</property>
<property name="font">
<font>
<family>MS Shell Dlg 2</family>
</font>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="toolTip">
<string>Reset</string>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
border-image: url(:/images/closenormal.png)
}
QPushButton:hover
{
border-image: url(:/images/closehover.png)
}
QPushButton:pressed {
border-image: url(:/images/closepressed.png)
}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QComboBox" name="viewType_CB">
<item>
<property name="text">
<string>Tree view</string>
</property>
</item>
<item>
<property name="text">
<string>Flat view</string>
</property>
</item>
</widget>
</item>
<item>
<widget class="QComboBox" name="indicatorCBox">
<item>
<property name="text">
<string>All</string>
</property>
<property name="icon">
<iconset resource="images.qrc">
<normaloff>:/images/view_calendar_list.png</normaloff>:/images/view_calendar_list.png</iconset>
</property>
</item>
<item>
<property name="text">
<string>One day old</string>
</property>
<property name="icon">
<iconset resource="images.qrc">
<normaloff>:/images/view_calendar_day.png</normaloff>:/images/view_calendar_day.png</iconset>
</property>
</item>
<item>
<property name="text">
<string>One Week old</string>
</property>
<property name="icon">
<iconset resource="images.qrc">
<normaloff>:/images/view_calendar_week.png</normaloff>:/images/view_calendar_week.png</iconset>
</property>
</item>
<item>
<property name="text">
<string>One month old</string>
</property>
<property name="icon">
<iconset resource="images.qrc">
<normaloff>:/images/view_calendar_month.png</normaloff>:/images/view_calendar_month.png</iconset>
</property>
</item>
</widget>
</item>
<item>
<widget class="QToolButton" name="splittedButton">
<property name="maximumSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="toolTip">
<string>Splitted View</string>
</property>
<property name="icon">
<iconset resource="images.qrc">
<normaloff>:/images/view_split_top_bottom.png</normaloff>:/images/view_split_top_bottom.png</iconset>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="remoteButton">
<property name="maximumSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="toolTip">
<string>Friends Folders</string>
</property>
<property name="icon">
<iconset resource="images.qrc">
<normaloff>:/images/friendsfolder24.png</normaloff>:/images/friendsfolder24.png</iconset>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="localButton">
<property name="maximumSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="toolTip">
<string>My Folders</string>
</property>
<property name="icon">
<iconset resource="images.qrc">
<normaloff>:/images/folder16.png</normaloff>:/images/folder16.png</iconset>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout> </layout>
</widget> </widget>
<resources> <resources>

View File

@ -129,13 +129,50 @@ border-image: url(:/images/avatar_background.png);
<height>32</height> <height>32</height>
</size> </size>
</property> </property>
<property name="palette">
<palette>
<active>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>85</red>
<green>170</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
</active>
<inactive>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>85</red>
<green>170</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>118</red>
<green>116</green>
<blue>108</blue>
</color>
</brush>
</colorrole>
</disabled>
</palette>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="text"> <property name="text">
<string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt; <string>Login</string>
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p align=&quot;center&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;&quot;&gt;&lt;span style=&quot; font-size:18pt; color:#55aaff;&quot;&gt;Login&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:18pt; color:#55aaff;&quot;&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property> </property>
</widget> </widget>
</item> </item>

View File

@ -21,108 +21,6 @@
<property name="spacing"> <property name="spacing">
<number>0</number> <number>0</number>
</property> </property>
<item row="0" column="0">
<widget class="QFrame" name="frame">
<property name="minimumSize">
<size>
<width>0</width>
<height>32</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>32</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QFrame#frame{
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
stop:0 #FEFEFE, stop:1 #E8E8E8);
border: 1px solid #CCCCCC;}</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="margin">
<number>2</number>
</property>
<item>
<layout class="QGridLayout">
<property name="margin">
<number>0</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<item row="0" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="images.qrc">:/images/down.png</pixmap>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLabel" name="downloadslabel">
<property name="font">
<font>
<family>Arial</family>
<pointsize>10</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Downloads</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<spacer>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>483</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="openCollection">
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="text">
<string>Open Collection</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="_showCacheTransfers_CB">
<property name="focusPolicy">
<enum>Qt::ClickFocus</enum>
</property>
<property name="text">
<string>Show cache transfers</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="1" column="0"> <item row="1" column="0">
<widget class="QTreeView" name="downloadList"> <widget class="QTreeView" name="downloadList">
<property name="font"> <property name="font">
@ -178,6 +76,91 @@ border: 1px solid #CCCCCC;}</string>
</attribute> </attribute>
</widget> </widget>
</item> </item>
<item row="0" column="0">
<widget class="QFrame" name="titleBarFrame">
<property name="minimumSize">
<size>
<width>0</width>
<height>32</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>32</height>
</size>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="margin">
<number>2</number>
</property>
<item>
<widget class="QLabel" name="titleBarPixmap">
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="images.qrc">:/images/down.png</pixmap>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="titleBarLabel">
<property name="font">
<font>
<family>Arial</family>
<pointsize>10</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Downloads</string>
</property>
</widget>
</item>
<item>
<spacer>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>483</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="openCollection">
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="text">
<string>Open Collection</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="_showCacheTransfers_CB">
<property name="focusPolicy">
<enum>Qt::ClickFocus</enum>
</property>
<property name="text">
<string>Show cache transfers</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout> </layout>
</widget> </widget>
<widget class="QTabWidget" name="tabWidget"> <widget class="QTabWidget" name="tabWidget">
@ -266,7 +249,7 @@ border: 1px solid #CCCCCC;}</string>
<item row="0" column="0"> <item row="0" column="0">
<layout class="QGridLayout"> <layout class="QGridLayout">
<item row="0" column="0"> <item row="0" column="0">
<widget class="QLabel" name="label"> <widget class="QLabel" name="label_3">
<property name="text"> <property name="text">
<string/> <string/>
</property> </property>

View File

@ -17,20 +17,6 @@
</sizepolicy> </sizepolicy>
</property> </property>
<layout class="QHBoxLayout" name="horizontalLayout"> <layout class="QHBoxLayout" name="horizontalLayout">
<property name="spacing">
<number>0</number>
</property>
<property name="margin">
<number>0</number>
</property>
<item>
<widget class="QFrame" name="headerFrame">
<property name="styleSheet">
<string notr="true">QFrame#headerFrame {
background-image: url(:/images/headerFrame.png);
} </string>
</property>
<layout class="QHBoxLayout" name="headerFrameLayout">
<property name="spacing"> <property name="spacing">
<number>12</number> <number>12</number>
</property> </property>
@ -61,43 +47,6 @@
</item> </item>
<item> <item>
<widget class="QLabel" name="headerLabel"> <widget class="QLabel" name="headerLabel">
<property name="palette">
<palette>
<active>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
</active>
<inactive>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>118</red>
<green>116</green>
<blue>108</blue>
</color>
</brush>
</colorrole>
</disabled>
</palette>
</property>
<property name="font"> <property name="font">
<font> <font>
<pointsize>18</pointsize> <pointsize>18</pointsize>
@ -110,9 +59,6 @@
</item> </item>
</layout> </layout>
</widget> </widget>
</item>
</layout>
</widget>
<resources/> <resources/>
<connections/> <connections/>
</ui> </ui>

View File

@ -84,19 +84,15 @@
</widget> </widget>
</item> </item>
<item row="1" column="0"> <item row="1" column="0">
<widget class="QFrame" name="frame_2"> <widget class="QFrame" name="toolBarFrame">
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>16777215</width> <width>16777215</width>
<height>38</height> <height>38</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="frameShape">
<string notr="true">QFrame#frame_2{ <enum>QFrame::StyledPanel</enum>
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
stop:0 #FEFEFE, stop:1 #E8E8E8);
border: 1px solid #CCCCCC;}</string>
</property> </property>
<property name="frameShadow"> <property name="frameShadow">
<enum>QFrame::Raised</enum> <enum>QFrame::Raised</enum>

View File

@ -84,19 +84,15 @@
</widget> </widget>
</item> </item>
<item row="1" column="0"> <item row="1" column="0">
<widget class="QFrame" name="frame_2"> <widget class="QFrame" name="toolBarFrame">
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>16777215</width> <width>16777215</width>
<height>38</height> <height>38</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="frameShape">
<string notr="true">QFrame#frame_2{ <enum>QFrame::StyledPanel</enum>
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
stop:0 #FEFEFE, stop:1 #E8E8E8);
border: 1px solid #CCCCCC;}</string>
</property> </property>
<property name="frameShadow"> <property name="frameShadow">
<enum>QFrame::Raised</enum> <enum>QFrame::Raised</enum>

View File

@ -41,28 +41,21 @@
</widget> </widget>
</item> </item>
<item row="1" column="0"> <item row="1" column="0">
<widget class="QFrame" name="frame"> <widget class="QFrame" name="toolBarFrame">
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>16777215</width> <width>16777215</width>
<height>38</height> <height>38</height>
</size> </size>
</property> </property>
<property name="styleSheet">
<string notr="true">QFrame#frame{
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
stop:0 #FEFEFE, stop:1 #E8E8E8);
border: 1px solid #CCCCCC;}</string>
</property>
<property name="frameShape"> <property name="frameShape">
<enum>QFrame::StyledPanel</enum> <enum>QFrame::StyledPanel</enum>
</property> </property>
<property name="frameShadow"> <property name="frameShadow">
<enum>QFrame::Raised</enum> <enum>QFrame::Raised</enum>
</property> </property>
<layout class="QGridLayout" name="gridLayout"> <layout class="QHBoxLayout" name="horizontalLayout_3">
<item row="0" column="0"> <item>
<layout class="QHBoxLayout" name="filterLayout"> <layout class="QHBoxLayout" name="filterLayout">
<property name="spacing"> <property name="spacing">
<number>1</number> <number>1</number>
@ -82,7 +75,7 @@ border: 1px solid #CCCCCC;}</string>
</item> </item>
</layout> </layout>
</item> </item>
<item row="0" column="1"> <item>
<layout class="QHBoxLayout" name="horizontalLayout"> <layout class="QHBoxLayout" name="horizontalLayout">
<item> <item>
<widget class="QToolButton" name="copyButton"> <widget class="QToolButton" name="copyButton">
@ -208,20 +201,21 @@ border: 1px solid #CCCCCC;}</string>
</layout> </layout>
</widget> </widget>
<customwidgets> <customwidgets>
<customwidget>
<class>LineEditClear</class>
<extends>QLineEdit</extends>
<header>gui/common/LineEditClear.h</header>
</customwidget>
<customwidget> <customwidget>
<class>HeaderFrame</class> <class>HeaderFrame</class>
<extends>QFrame</extends> <extends>QFrame</extends>
<header>gui/common/HeaderFrame.h</header> <header>gui/common/HeaderFrame.h</header>
<container>1</container> <container>1</container>
</customwidget> </customwidget>
<customwidget>
<class>LineEditClear</class>
<extends>QLineEdit</extends>
<header>gui/common/LineEditClear.h</header>
</customwidget>
</customwidgets> </customwidgets>
<resources> <resources>
<include location="../images.qrc"/> <include location="../images.qrc"/>
<include location="../images.qrc"/>
</resources> </resources>
<connections> <connections>
<connection> <connection>

View File

@ -23,7 +23,7 @@
<number>0</number> <number>0</number>
</property> </property>
<item row="0" column="0"> <item row="0" column="0">
<widget class="QFrame" name="frame"> <widget class="QFrame" name="toolBarFrame">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch> <horstretch>0</horstretch>
@ -42,19 +42,6 @@
<height>36</height> <height>36</height>
</size> </size>
</property> </property>
<property name="baseSize">
<size>
<width>0</width>
<height>68</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QFrame#frame{
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
stop:0 #FEFEFE, stop:1 #E8E8E8);
border: 1px solid #CCCCCC;}</string>
</property>
<property name="frameShape"> <property name="frameShape">
<enum>QFrame::StyledPanel</enum> <enum>QFrame::StyledPanel</enum>
</property> </property>

View File

@ -24,44 +24,18 @@
<number>0</number> <number>0</number>
</property> </property>
<item row="0" column="0"> <item row="0" column="0">
<widget class="QFrame" name="frame"> <widget class="QFrame" name="toolBarFrame">
<property name="styleSheet">
<string notr="true">QFrame#frame{
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
stop:0 #FEFEFE, stop:1 #E8E8E8);
border: 1px solid #CCCCCC;}</string>
</property>
<property name="frameShape"> <property name="frameShape">
<enum>QFrame::StyledPanel</enum> <enum>QFrame::StyledPanel</enum>
</property> </property>
<property name="frameShadow"> <property name="frameShadow">
<enum>QFrame::Raised</enum> <enum>QFrame::Raised</enum>
</property> </property>
<layout class="QGridLayout" name="gridLayout_2"> <layout class="QHBoxLayout" name="horizontalLayout">
<property name="topMargin"> <property name="margin">
<number>1</number> <number>2</number>
</property> </property>
<property name="rightMargin"> <item>
<number>1</number>
</property>
<property name="bottomMargin">
<number>1</number>
</property>
<item row="1" column="3">
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>298</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="1" column="0">
<widget class="QToolButton" name="editstatustoolButton"> <widget class="QToolButton" name="editstatustoolButton">
<property name="toolTip"> <property name="toolTip">
<string>Edit Personal message</string> <string>Edit Personal message</string>
@ -81,7 +55,7 @@ border: 1px solid #CCCCCC;}</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="1" column="1"> <item>
<widget class="QToolButton" name="CopyCertButton"> <widget class="QToolButton" name="CopyCertButton">
<property name="text"> <property name="text">
<string>Copy Certificate</string> <string>Copy Certificate</string>
@ -98,7 +72,7 @@ border: 1px solid #CCCCCC;}</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="1" column="2"> <item>
<widget class="QToolButton" name="profile_Button"> <widget class="QToolButton" name="profile_Button">
<property name="text"> <property name="text">
<string>Profile Manager</string> <string>Profile Manager</string>
@ -121,6 +95,19 @@ border: 1px solid #CCCCCC;}</string>
</property> </property>
</widget> </widget>
</item> </item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>298</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout> </layout>
</widget> </widget>
</item> </item>
@ -135,7 +122,7 @@ border: 1px solid #CCCCCC;}</string>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>498</width> <width>498</width>
<height>569</height> <height>567</height>
</rect> </rect>
</property> </property>
<layout class="QGridLayout" name="gridLayout_5"> <layout class="QGridLayout" name="gridLayout_5">
@ -1180,6 +1167,8 @@ border: 2px solid #CCCCCC;}</string>
</widget> </widget>
<resources> <resources>
<include location="../images.qrc"/> <include location="../images.qrc"/>
<include location="../images.qrc"/>
<include location="../images.qrc"/>
</resources> </resources>
<connections/> <connections/>
</ui> </ui>

View File

@ -1 +1,55 @@
/* Standard stylesheet for RetroShare */ /* Standard stylesheet for RetroShare */
/* Standard rules */
QFrame#titleBarFrame, QFrame#toolBarFrame {
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #FEFEFE, stop:1 #E8E8E8);
border: 1px solid #CCCCCC;
}
/* HeaderFrame */
HeaderFrame {
background-image: url(:/images/headerFrame.png);
border: 0px;
}
HeaderFrame QLabel#headerLabel {
color: rgb(255, 255, 255);
}
/* FriendsDialog */
FriendsDialog QLabel#nicknameLabel {
color: rgb(50, 205, 50);
}
FriendsDialog QFrame#headerFrame {
background-image: url(:/images/headerFrame.png);
border: 0px;
}
/* ChannelFeed */
ChannelFeed QFrame#headerFrame {
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #F2F2F2, stop:1 #E6E6E6);
border: 1px solid #CCCCCC;
}
ChannelFeed QFrame#headerFrame QLabel#iconLabel {
border: 2px solid white;
}
/* ForumsDialog */
ForumsDialog QLabel#forumName, ForumsDialog QLabel#threadTitle
{
border: 2px solid #CCCCCC;
border-radius:6px;
background: white;
}
ForumsDialog2 QLabel#forumName, ForumsDialog2 QLabel#threadTitle
{
border: 2px solid #CCCCCC;
border-radius:6px;
background: white;
}

View File

@ -1,6 +1,8 @@
/* Default stylesheet /* Default stylesheet
This file is used as default for all stylesheets and can be overloaded */ This file is used as default for all stylesheets and can be overloaded */
/* AvatarWidget */
AvatarWidget{border-width: 10px;} AvatarWidget{border-width: 10px;}
AvatarWidget[frameState="NORMAL"]{border-image:url(:/images/avatarstatus-bg-116.png);} AvatarWidget[frameState="NORMAL"]{border-image:url(:/images/avatarstatus-bg-116.png);}
AvatarWidget[frameState="OFFLINE"]{border-image:url(:/images/avatarstatus-bg-offline-116.png);} AvatarWidget[frameState="OFFLINE"]{border-image:url(:/images/avatarstatus-bg-offline-116.png);}

View File

@ -1091,7 +1091,7 @@ p, li { white-space: pre-wrap; }
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Arial&apos;; font-size:10pt; font-weight:600;&quot;&gt;Kanäle&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Arial&apos;; font-size:10pt; font-weight:600;&quot;&gt;Kanäle&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
<message> <message>
<location filename="../gui/ChannelFeed.ui" line="+149"/> <location filename="../gui/ChannelFeed.ui" line="+101"/>
<source>Display</source> <source>Display</source>
<translation>Anzeige</translation> <translation>Anzeige</translation>
</message> </message>
@ -1104,7 +1104,7 @@ p, li { white-space: pre-wrap; }
<translation type="obsolete">Aktiviere Auto-Download</translation> <translation type="obsolete">Aktiviere Auto-Download</translation>
</message> </message>
<message> <message>
<location line="-23"/> <location line="+29"/>
<source>Create Channel</source> <source>Create Channel</source>
<translation>Kanal erstellen</translation> <translation>Kanal erstellen</translation>
</message> </message>
@ -1121,17 +1121,17 @@ p, li { white-space: pre-wrap; }
<translation type="obsolete">Abonnieren</translation> <translation type="obsolete">Abonnieren</translation>
</message> </message>
<message> <message>
<location line="-28"/> <location line="-52"/>
<source>Channels</source> <source>Channels</source>
<translation>Kanäle</translation> <translation>Kanäle</translation>
</message> </message>
<message> <message>
<location line="+288"/> <location line="+190"/>
<source>Loading</source> <source>Loading</source>
<translation>Lade</translation> <translation>Lade</translation>
</message> </message>
<message> <message>
<location line="+23"/> <location line="+99"/>
<location line="+3"/> <location line="+3"/>
<location filename="../gui/ChannelFeed.cpp" line="+160"/> <location filename="../gui/ChannelFeed.cpp" line="+160"/>
<source>Set all as read</source> <source>Set all as read</source>
@ -1162,7 +1162,7 @@ p, li { white-space: pre-wrap; }
<translation>Andere Kanäle</translation> <translation>Andere Kanäle</translation>
</message> </message>
<message> <message>
<location filename="../gui/ChannelFeed.ui" line="-87"/> <location filename="../gui/ChannelFeed.ui" line="-50"/>
<location filename="../gui/ChannelFeed.cpp" line="+65"/> <location filename="../gui/ChannelFeed.cpp" line="+65"/>
<source>Post to Channel</source> <source>Post to Channel</source>
<translation>Kanalbeitrag erstellen</translation> <translation>Kanalbeitrag erstellen</translation>
@ -1209,7 +1209,7 @@ p, li { white-space: pre-wrap; }
<translation>Deaktiviere Auto-Download</translation> <translation>Deaktiviere Auto-Download</translation>
</message> </message>
<message> <message>
<location filename="../gui/ChannelFeed.ui" line="+92"/> <location filename="../gui/ChannelFeed.ui" line="+55"/>
<location line="+3"/> <location line="+3"/>
<location filename="../gui/ChannelFeed.cpp" line="-571"/> <location filename="../gui/ChannelFeed.cpp" line="-571"/>
<location line="+573"/> <location line="+573"/>
@ -1349,12 +1349,12 @@ p, li { white-space: pre-wrap; }
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Chat Lobbies&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Chat Lobbies&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
<message> <message>
<location filename="../gui/ChatLobbyWidget.ui" line="+76"/> <location filename="../gui/ChatLobbyWidget.ui" line="+44"/>
<source>Chat lobbies</source> <source>Chat lobbies</source>
<translation>Chat Lobbies</translation> <translation>Chat Lobbies</translation>
</message> </message>
<message> <message>
<location line="+25"/> <location line="+23"/>
<source>Create new chat lobby</source> <source>Create new chat lobby</source>
<translation>Neue Chat Lobby erstellen</translation> <translation>Neue Chat Lobby erstellen</translation>
</message> </message>
@ -3496,17 +3496,17 @@ p, li { white-space: pre-wrap; }
<context> <context>
<name>CreateForumMsg</name> <name>CreateForumMsg</name>
<message> <message>
<location filename="../gui/forums/CreateForumMsg.ui" line="+305"/> <location filename="../gui/forums/CreateForumMsg.ui" line="+295"/>
<source>Post Forum Msg</source> <source>Post Forum Msg</source>
<translation>Forumbeitrag schreiben</translation> <translation>Forumbeitrag schreiben</translation>
</message> </message>
<message> <message>
<location line="-249"/> <location line="-239"/>
<source>Forum</source> <source>Forum</source>
<translation>Forum</translation> <translation>Forum</translation>
</message> </message>
<message> <message>
<location line="+178"/> <location line="+168"/>
<source>Forum Post</source> <source>Forum Post</source>
<translation>Beitrag</translation> <translation>Beitrag</translation>
</message> </message>
@ -3516,22 +3516,22 @@ p, li { white-space: pre-wrap; }
<translation>Beitrag unterschreiben</translation> <translation>Beitrag unterschreiben</translation>
</message> </message>
<message> <message>
<location line="-89"/> <location line="-79"/>
<source>Subject</source> <source>Subject</source>
<translation>Betreff</translation> <translation>Betreff</translation>
</message> </message>
<message> <message>
<location line="+240"/> <location line="+230"/>
<source>Close</source> <source>Close</source>
<translation>Schliessen</translation> <translation>Schliessen</translation>
</message> </message>
<message> <message>
<location line="-300"/> <location line="-290"/>
<source>Post Forum Message</source> <source>Post Forum Message</source>
<translation>Erstelle Forumbeitrag</translation> <translation>Erstelle Forumbeitrag</translation>
</message> </message>
<message> <message>
<location line="+185"/> <location line="+175"/>
<location filename="../gui/forums/CreateForumMsg.cpp" line="+77"/> <location filename="../gui/forums/CreateForumMsg.cpp" line="+77"/>
<source>Paste RetroShare Link</source> <source>Paste RetroShare Link</source>
<translation>RetroShare Link einfügen</translation> <translation>RetroShare Link einfügen</translation>
@ -3727,7 +3727,7 @@ p, li { white-space: pre-wrap; }
<translation type="unfinished">Betreff</translation> <translation type="unfinished">Betreff</translation>
</message> </message>
<message> <message>
<location line="+40"/> <location line="+30"/>
<source>Attach File</source> <source>Attach File</source>
<translation type="unfinished">Datei anhängen</translation> <translation type="unfinished">Datei anhängen</translation>
</message> </message>
@ -5629,17 +5629,17 @@ p, li { white-space: pre-wrap; }
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Arial&apos;; font-weight:600;&quot;&gt;Foren&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Arial&apos;; font-weight:600;&quot;&gt;Foren&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
<message> <message>
<location filename="../gui/ForumsDialog.ui" line="+342"/> <location filename="../gui/ForumsDialog.ui" line="+320"/>
<source>Thread:</source> <source>Thread:</source>
<translation>Thema:</translation> <translation>Thema:</translation>
</message> </message>
<message> <message>
<location line="+289"/> <location line="+175"/>
<source>Start new Thread for Selected Forum</source> <source>Start new Thread for Selected Forum</source>
<translation>Starte ein neues Thema im ausgewählten Forum</translation> <translation>Starte ein neues Thema im ausgewählten Forum</translation>
</message> </message>
<message> <message>
<location line="-485"/> <location line="-394"/>
<source>Display</source> <source>Display</source>
<translation>Anzeige</translation> <translation>Anzeige</translation>
</message> </message>
@ -5656,7 +5656,7 @@ p, li { white-space: pre-wrap; }
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Forum:&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Forum:&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
<message> <message>
<location line="+114"/> <location line="+137"/>
<source>Last Post</source> <source>Last Post</source>
<translation>Letzter Beitrag</translation> <translation>Letzter Beitrag</translation>
</message> </message>
@ -5672,34 +5672,34 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location line="+39"/> <location line="+39"/>
<location line="+257"/> <location line="+306"/>
<source>Date</source> <source>Date</source>
<translation>Datum</translation> <translation>Datum</translation>
</message> </message>
<message> <message>
<location line="-271"/> <location line="-320"/>
<location line="+276"/> <location line="+325"/>
<source>Title</source> <source>Title</source>
<translation>Titel</translation> <translation>Titel</translation>
</message> </message>
<message> <message>
<location line="-473"/> <location line="-520"/>
<source>Forums</source> <source>Forums</source>
<translation>Foren</translation> <translation>Foren</translation>
</message> </message>
<message> <message>
<location line="+119"/> <location line="+117"/>
<source>Forum:</source> <source>Forum:</source>
<translation>Forum:</translation> <translation>Forum:</translation>
</message> </message>
<message> <message>
<location line="+97"/> <location line="+97"/>
<location line="+262"/> <location line="+311"/>
<source>Author</source> <source>Author</source>
<translation>Autor</translation> <translation>Autor</translation>
</message> </message>
<message> <message>
<location line="-257"/> <location line="-306"/>
<source>Signed</source> <source>Signed</source>
<translation>Unterzeichnet</translation> <translation>Unterzeichnet</translation>
</message> </message>
@ -5736,27 +5736,27 @@ p, li { white-space: pre-wrap; }
<translation>Nächste ungelesene</translation> <translation>Nächste ungelesene</translation>
</message> </message>
<message> <message>
<location line="+49"/> <location line="+98"/>
<source>Search forums</source> <source>Search forums</source>
<translation>Suche Foren</translation> <translation>Suche Foren</translation>
</message> </message>
<message> <message>
<location line="+50"/> <location line="-51"/>
<source>Reply Message</source> <source>Reply Message</source>
<translation>Auf Beitrag antworten</translation> <translation>Auf Beitrag antworten</translation>
</message> </message>
<message> <message>
<location line="+71"/> <location line="+110"/>
<source>Loading</source> <source>Loading</source>
<translation>Lade</translation> <translation>Lade</translation>
</message> </message>
<message> <message>
<location line="-540"/> <location line="-501"/>
<source>Create Forum</source> <source>Create Forum</source>
<translation>Forum erstellen</translation> <translation>Forum erstellen</translation>
</message> </message>
<message> <message>
<location line="+583"/> <location line="+544"/>
<source>Print</source> <source>Print</source>
<translation>Drucken</translation> <translation>Drucken</translation>
</message> </message>
@ -5788,7 +5788,7 @@ p, li { white-space: pre-wrap; }
<translation type="obsolete">Zurücksetzen</translation> <translation type="obsolete">Zurücksetzen</translation>
</message> </message>
<message> <message>
<location filename="../gui/ForumsDialog.ui" line="-130"/> <location filename="../gui/ForumsDialog.ui" line="-68"/>
<source>Content</source> <source>Content</source>
<translation>Inhalt</translation> <translation>Inhalt</translation>
</message> </message>
@ -5847,22 +5847,22 @@ p, li { white-space: pre-wrap; }
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Arial&apos;; font-weight:600;&quot;&gt;Foren&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Arial&apos;; font-weight:600;&quot;&gt;Foren&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
<message> <message>
<location filename="../gui/ForumsV2Dialog.ui" line="+101"/> <location filename="../gui/ForumsV2Dialog.ui" line="+81"/>
<source>Forums</source> <source>Forums</source>
<translation type="unfinished">Foren</translation> <translation type="unfinished">Foren</translation>
</message> </message>
<message> <message>
<location line="+48"/> <location line="+23"/>
<source>Display</source> <source>Display</source>
<translation type="unfinished">Anzeige</translation> <translation type="unfinished">Anzeige</translation>
</message> </message>
<message> <message>
<location line="-23"/> <location line="+26"/>
<source>Create Forum</source> <source>Create Forum</source>
<translation type="unfinished">Forum erstellen</translation> <translation type="unfinished">Forum erstellen</translation>
</message> </message>
<message> <message>
<location line="+105"/> <location line="+79"/>
<source>Forum:</source> <source>Forum:</source>
<translation type="unfinished">Forum:</translation> <translation type="unfinished">Forum:</translation>
</message> </message>
@ -5883,24 +5883,24 @@ p, li { white-space: pre-wrap; }
</message> </message>
<message> <message>
<location line="+25"/> <location line="+25"/>
<location line="+276"/> <location line="+325"/>
<source>Title</source> <source>Title</source>
<translation type="unfinished">Titel</translation> <translation type="unfinished">Titel</translation>
</message> </message>
<message> <message>
<location line="-262"/> <location line="-311"/>
<location line="+257"/> <location line="+306"/>
<source>Date</source> <source>Date</source>
<translation type="unfinished">Datum</translation> <translation type="unfinished">Datum</translation>
</message> </message>
<message> <message>
<location line="-252"/> <location line="-301"/>
<location line="+262"/> <location line="+311"/>
<source>Author</source> <source>Author</source>
<translation type="unfinished">Autor</translation> <translation type="unfinished">Autor</translation>
</message> </message>
<message> <message>
<location line="-257"/> <location line="-306"/>
<source>Signed</source> <source>Signed</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
@ -5930,7 +5930,7 @@ p, li { white-space: pre-wrap; }
<translation type="unfinished">Nächste ungelesene</translation> <translation type="unfinished">Nächste ungelesene</translation>
</message> </message>
<message> <message>
<location line="+49"/> <location line="+98"/>
<source>Search forums</source> <source>Search forums</source>
<translation type="unfinished">Suche Foren</translation> <translation type="unfinished">Suche Foren</translation>
</message> </message>
@ -5940,17 +5940,17 @@ p, li { white-space: pre-wrap; }
<translation type="unfinished">Inhalt</translation> <translation type="unfinished">Inhalt</translation>
</message> </message>
<message> <message>
<location line="+11"/> <location line="-90"/>
<source>Reply Message</source> <source>Reply Message</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location line="+39"/> <location line="-23"/>
<source>Start new Thread for Selected Forum</source> <source>Start new Thread for Selected Forum</source>
<translation type="unfinished">Starte ein neues Thema im ausgewählten Forum</translation> <translation type="unfinished">Starte ein neues Thema im ausgewählten Forum</translation>
</message> </message>
<message> <message>
<location line="+32"/> <location line="+133"/>
<source>Loading</source> <source>Loading</source>
<translation type="unfinished">Lade</translation> <translation type="unfinished">Lade</translation>
</message> </message>
@ -6713,17 +6713,17 @@ p, li { white-space: pre-wrap; }
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Freunde&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Freunde&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
<message> <message>
<location filename="../gui/FriendsDialog.ui" line="+99"/> <location filename="../gui/FriendsDialog.ui" line="+109"/>
<source>Add</source> <source>Add</source>
<translation>Hinzufügen</translation> <translation>Hinzufügen</translation>
</message> </message>
<message> <message>
<location line="+35"/> <location line="-26"/>
<source>Display</source> <source>Display</source>
<translation>Anzeige</translation> <translation>Anzeige</translation>
</message> </message>
<message> <message>
<location line="-60"/> <location line="-29"/>
<source>Friends</source> <source>Friends</source>
<translation>Freunde</translation> <translation>Freunde</translation>
</message> </message>
@ -6736,7 +6736,7 @@ p, li { white-space: pre-wrap; }
<translation type="obsolete">Wähle oder ändere dein Avatar Bild</translation> <translation type="obsolete">Wähle oder ändere dein Avatar Bild</translation>
</message> </message>
<message> <message>
<location line="+257"/> <location line="+203"/>
<source>Edit Personal message</source> <source>Edit Personal message</source>
<translation>Statusnachricht ändern</translation> <translation>Statusnachricht ändern</translation>
</message> </message>
@ -6746,12 +6746,12 @@ p, li { white-space: pre-wrap; }
<translation>Gruppenchat</translation> <translation>Gruppenchat</translation>
</message> </message>
<message> <message>
<location line="+420"/> <location line="+409"/>
<source>Messages entered here are sent to all connected friends</source> <source>Messages entered here are sent to all connected friends</source>
<translation>Nachrichten, die Du hier eingibst, werden an alle verbundenen Freunde versendet</translation> <translation>Nachrichten, die Du hier eingibst, werden an alle verbundenen Freunde versendet</translation>
</message> </message>
<message> <message>
<location line="-336"/> <location line="-332"/>
<source>Bold</source> <source>Bold</source>
<translation>Fett</translation> <translation>Fett</translation>
</message> </message>
@ -6781,12 +6781,12 @@ p, li { white-space: pre-wrap; }
<translation>Datei anhängen</translation> <translation>Datei anhängen</translation>
</message> </message>
<message> <message>
<location line="+38"/> <location line="+36"/>
<source>Send</source> <source>Send</source>
<translation>Senden</translation> <translation>Senden</translation>
</message> </message>
<message> <message>
<location line="+114"/> <location line="+112"/>
<source>Clear Chat History</source> <source>Clear Chat History</source>
<translation>Nachrichtenverlauf leeren</translation> <translation>Nachrichtenverlauf leeren</translation>
</message> </message>
@ -8935,7 +8935,7 @@ p, li { white-space: pre-wrap; }
<translation type="obsolete">Zurücksetzen</translation> <translation type="obsolete">Zurücksetzen</translation>
</message> </message>
<message> <message>
<location line="+79"/> <location line="+66"/>
<location filename="../gui/im_history/ImHistoryBrowser.cpp" line="+267"/> <location filename="../gui/im_history/ImHistoryBrowser.cpp" line="+267"/>
<source>Copy</source> <source>Copy</source>
<translation>Kopieren</translation> <translation>Kopieren</translation>
@ -10171,7 +10171,7 @@ p, li { white-space: pre-wrap; }
<context> <context>
<name>MessageWindow</name> <name>MessageWindow</name>
<message> <message>
<location filename="../gui/msgs/MessageWindow.ui" line="+77"/> <location filename="../gui/msgs/MessageWindow.ui" line="+58"/>
<source>New Message</source> <source>New Message</source>
<translation>Neue Nachricht</translation> <translation>Neue Nachricht</translation>
</message> </message>
@ -10303,7 +10303,7 @@ p, li { white-space: pre-wrap; }
<context> <context>
<name>MessagesDialog</name> <name>MessagesDialog</name>
<message> <message>
<location filename="../gui/MessagesDialog.ui" line="+81"/> <location filename="../gui/MessagesDialog.ui" line="+62"/>
<location filename="../gui/MessagesDialog.cpp" line="+629"/> <location filename="../gui/MessagesDialog.cpp" line="+629"/>
<source>New Message</source> <source>New Message</source>
<translation>Neue Nachricht</translation> <translation>Neue Nachricht</translation>
@ -10725,7 +10725,7 @@ p, li { white-space: pre-wrap; }
<translation type="obsolete">Klick zum Ändern deines Avatars</translation> <translation type="obsolete">Klick zum Ändern deines Avatars</translation>
</message> </message>
<message> <message>
<location filename="../gui/MessengerWindow.ui" line="+160"/> <location filename="../gui/MessengerWindow.ui" line="+165"/>
<source>Add a Friend</source> <source>Add a Friend</source>
<translation>Einen Freund hinzufügen</translation> <translation>Einen Freund hinzufügen</translation>
</message> </message>
@ -10735,7 +10735,7 @@ p, li { white-space: pre-wrap; }
<translation>Ordner für deine Freunde freigeben</translation> <translation>Ordner für deine Freunde freigeben</translation>
</message> </message>
<message> <message>
<location line="+41"/> <location line="-53"/>
<source>Search Friends</source> <source>Search Friends</source>
<translation>Suche Freunde</translation> <translation>Suche Freunde</translation>
</message> </message>
@ -10772,7 +10772,7 @@ p, li { white-space: pre-wrap; }
<translation type="obsolete">Freund weiterempfehlen...</translation> <translation type="obsolete">Freund weiterempfehlen...</translation>
</message> </message>
<message> <message>
<location line="-219"/> <location line="-130"/>
<source>RetroShare Messenger</source> <source>RetroShare Messenger</source>
<translation></translation> <translation></translation>
</message> </message>
@ -10954,25 +10954,25 @@ Rechtsklick und als Freund hinzufügen um zu verbinden.</translation>
</message> </message>
<message> <message>
<location filename="../gui/NetworkDialog.ui" line="+105"/> <location filename="../gui/NetworkDialog.ui" line="+105"/>
<location line="+118"/> <location line="+111"/>
<location line="+208"/> <location line="+208"/>
<source>Name</source> <source>Name</source>
<translation>Name</translation> <translation>Name</translation>
</message> </message>
<message> <message>
<location line="-321"/> <location line="-314"/>
<location line="+326"/> <location line="+319"/>
<source>Did I authenticated peer</source> <source>Did I authenticated peer</source>
<translation>Habe ich den Peer authentifiziert</translation> <translation>Habe ich den Peer authentifiziert</translation>
</message> </message>
<message> <message>
<location line="-323"/> <location line="-316"/>
<source>Did I sign his gpg key</source> <source>Did I sign his gpg key</source>
<translation>Habe ich seinen GPG Schlüssel unterzeichnet</translation> <translation>Habe ich seinen GPG Schlüssel unterzeichnet</translation>
</message> </message>
<message> <message>
<location line="+10"/> <location line="+10"/>
<location line="+323"/> <location line="+316"/>
<source>Cert Id</source> <source>Cert Id</source>
<translation>ID des Zertifikates</translation> <translation>ID des Zertifikates</translation>
</message> </message>
@ -11038,14 +11038,14 @@ p, li { white-space: pre-wrap; }
<translation>Erstelle ein neues Profil</translation> <translation>Erstelle ein neues Profil</translation>
</message> </message>
<message> <message>
<location line="-483"/> <location line="-476"/>
<location line="+141"/> <location line="+134"/>
<source>Network</source> <source>Network</source>
<translation>Netzwerk</translation> <translation>Netzwerk</translation>
</message> </message>
<message> <message>
<location line="-59"/> <location line="-52"/>
<location line="+323"/> <location line="+316"/>
<source>Did peer authenticated me</source> <source>Did peer authenticated me</source>
<translation>Hat mich der Peer authentifiziert</translation> <translation>Hat mich der Peer authentifiziert</translation>
</message> </message>
@ -13238,7 +13238,7 @@ und den Import zum Laden verwenden</translation>
<context> <context>
<name>ProfileWidget</name> <name>ProfileWidget</name>
<message> <message>
<location filename="../gui/profile/ProfileWidget.ui" line="+67"/> <location filename="../gui/profile/ProfileWidget.ui" line="+35"/>
<location line="+3"/> <location line="+3"/>
<source>Edit Personal message</source> <source>Edit Personal message</source>
<translation>Statusnachricht ändern</translation> <translation>Statusnachricht ändern</translation>
@ -13254,7 +13254,7 @@ und den Import zum Laden verwenden</translation>
<translation>Profil Manager</translation> <translation>Profil Manager</translation>
</message> </message>
<message> <message>
<location line="+109"/> <location line="+122"/>
<source>Public Information</source> <source>Public Information</source>
<translation>Öffentliche Informationen</translation> <translation>Öffentliche Informationen</translation>
</message> </message>
@ -14637,6 +14637,11 @@ p, li { white-space: pre-wrap; }
<source>Unable to open log file &apos;%1&apos;: %2</source> <source>Unable to open log file &apos;%1&apos;: %2</source>
<translation>Kann Logdatei nicht öffnen &apos;%1&apos;: %2</translation> <translation>Kann Logdatei nicht öffnen &apos;%1&apos;: %2</translation>
</message> </message>
<message>
<location line="+109"/>
<source>built-in</source>
<translation type="unfinished"></translation>
</message>
</context> </context>
<context> <context>
<name>RsidPage</name> <name>RsidPage</name>
@ -14691,7 +14696,7 @@ p, li { white-space: pre-wrap; }
<context> <context>
<name>SearchDialog</name> <name>SearchDialog</name>
<message> <message>
<location filename="../gui/SearchDialog.ui" line="+584"/> <location filename="../gui/SearchDialog.ui" line="+562"/>
<source>Sources</source> <source>Sources</source>
<translation>Quellen</translation> <translation>Quellen</translation>
</message> </message>
@ -14707,7 +14712,7 @@ p, li { white-space: pre-wrap; }
<translation>Herunterladen</translation> <translation>Herunterladen</translation>
</message> </message>
<message> <message>
<location line="-476"/> <location line="-437"/>
<source>Enter a keyword here (at least 3 char long)</source> <source>Enter a keyword here (at least 3 char long)</source>
<translation>Gib einen Suchbegriff ein (min. 3 Zeichen)</translation> <translation>Gib einen Suchbegriff ein (min. 3 Zeichen)</translation>
</message> </message>
@ -14749,7 +14754,7 @@ p, li { white-space: pre-wrap; }
<translation>Neu(e) RetroShare Link(s)</translation> <translation>Neu(e) RetroShare Link(s)</translation>
</message> </message>
<message> <message>
<location filename="../gui/SearchDialog.ui" line="-151"/> <location filename="../gui/SearchDialog.ui" line="-190"/>
<source>Any</source> <source>Any</source>
<translation>Alle</translation> <translation>Alle</translation>
</message> </message>
@ -14894,7 +14899,7 @@ p, li { white-space: pre-wrap; }
<translation>Ausgewählte herunterladen</translation> <translation>Ausgewählte herunterladen</translation>
</message> </message>
<message> <message>
<location line="+87"/> <location line="+80"/>
<source>Include files from your own file list in the search result</source> <source>Include files from your own file list in the search result</source>
<translation>Schließe Dateien von dir in die Suchresultate ein</translation> <translation>Schließe Dateien von dir in die Suchresultate ein</translation>
</message> </message>
@ -14935,7 +14940,7 @@ p, li { white-space: pre-wrap; }
<translation type="obsolete">Zurücksetzen</translation> <translation type="obsolete">Zurücksetzen</translation>
</message> </message>
<message> <message>
<location line="-450"/> <location line="-443"/>
<source>Advanced Search</source> <source>Advanced Search</source>
<translation>Erweiterte Suche</translation> <translation>Erweiterte Suche</translation>
</message> </message>
@ -15657,13 +15662,13 @@ p, li { white-space: pre-wrap; }
<context> <context>
<name>SharedFilesDialog</name> <name>SharedFilesDialog</name>
<message> <message>
<location filename="../gui/SharedFilesDialog.ui" line="+483"/> <location filename="../gui/SharedFilesDialog.ui" line="+152"/>
<location filename="../gui/SharedFilesDialog.cpp" line="+387"/> <location filename="../gui/SharedFilesDialog.cpp" line="+387"/>
<source>Download</source> <source>Download</source>
<translation>Herunterladen</translation> <translation>Herunterladen</translation>
</message> </message>
<message> <message>
<location line="-207"/> <location line="+286"/>
<source>Splitted View</source> <source>Splitted View</source>
<translation>Geteiltes Fenster</translation> <translation>Geteiltes Fenster</translation>
</message> </message>
@ -15695,7 +15700,7 @@ p, li { white-space: pre-wrap; }
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-weight:600;&quot;&gt;Dateien&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-weight:600;&quot;&gt;Dateien&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
<message> <message>
<location line="-220"/> <location line="-103"/>
<source>All</source> <source>All</source>
<translation>Alle</translation> <translation>Alle</translation>
</message> </message>
@ -15715,7 +15720,7 @@ p, li { white-space: pre-wrap; }
<translation>Einen Monat alt</translation> <translation>Einen Monat alt</translation>
</message> </message>
<message> <message>
<location line="+27"/> <location line="-130"/>
<source>Search files</source> <source>Search files</source>
<translation>Suche Dateien</translation> <translation>Suche Dateien</translation>
</message> </message>
@ -15740,7 +15745,7 @@ p, li { white-space: pre-wrap; }
<translation>Listenansicht</translation> <translation>Listenansicht</translation>
</message> </message>
<message> <message>
<location line="+248"/> <location line="-205"/>
<source>check files</source> <source>check files</source>
<translation>Prüfe Dateien</translation> <translation>Prüfe Dateien</translation>
</message> </message>
@ -15988,7 +15993,12 @@ p, li { white-space: pre-wrap; }
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location line="+186"/> <location line="+161"/>
<source>Login</source>
<translation>Anmeldung</translation>
</message>
<message>
<location line="+62"/>
<source>Log In</source> <source>Log In</source>
<translation>Anmelden</translation> <translation>Anmelden</translation>
</message> </message>
@ -16037,14 +16047,13 @@ p, li { white-space: pre-wrap; }
<translation>Passwort speichern</translation> <translation>Passwort speichern</translation>
</message> </message>
<message> <message>
<location line="-127"/>
<source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt; <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt; &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt; &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p align=&quot;center&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;&quot;&gt;&lt;span style=&quot; font-size:18pt; color:#55aaff;&quot;&gt;Login&lt;/span&gt;&lt;/p&gt; &lt;p align=&quot;center&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;&quot;&gt;&lt;span style=&quot; font-size:18pt; color:#55aaff;&quot;&gt;Login&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:18pt; color:#55aaff;&quot;&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:18pt; color:#55aaff;&quot;&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;p, li { white-space: pre-wrap; }&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;&lt;p align=&quot;center&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;&quot;&gt;&lt;span style=&quot; font-size:18pt; color:#55aaff;&quot;&gt;Anmeldung&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:18pt; color:#55aaff;&quot;&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> <translation type="obsolete">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;p, li { white-space: pre-wrap; }&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;&lt;p align=&quot;center&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;&quot;&gt;&lt;span style=&quot; font-size:18pt; color:#55aaff;&quot;&gt;Anmeldung&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:18pt; color:#55aaff;&quot;&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
<message> <message>
<location filename="../gui/StartDialog.cpp" line="+133"/> <location filename="../gui/StartDialog.cpp" line="+133"/>
@ -16903,12 +16912,12 @@ p, li { white-space: pre-wrap; }
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Downloads:&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Downloads:&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
<message> <message>
<location filename="../gui/TransfersDialog.ui" line="+84"/> <location filename="../gui/TransfersDialog.ui" line="+118"/>
<source>Downloads</source> <source>Downloads</source>
<translation>Downloads</translation> <translation>Downloads</translation>
</message> </message>
<message> <message>
<location line="+25"/> <location line="+23"/>
<source>Open Collection</source> <source>Open Collection</source>
<translation>Öffne Kollektion</translation> <translation>Öffne Kollektion</translation>
</message> </message>
@ -16918,7 +16927,7 @@ p, li { white-space: pre-wrap; }
<translation>Zeige Cache Übertragungen</translation> <translation>Zeige Cache Übertragungen</translation>
</message> </message>
<message> <message>
<location line="+80"/> <location line="+25"/>
<source>Uploads</source> <source>Uploads</source>
<translation></translation> <translation></translation>
</message> </message>