Set Font size for Links to 9

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1371 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2009-07-13 21:32:59 +00:00
parent ca60cfc949
commit 8cab711a52

View File

@ -1,7 +1,8 @@
<ui version="4.0" > <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>LinksDialog</class> <class>LinksDialog</class>
<widget class="QWidget" name="LinksDialog" > <widget class="QWidget" name="LinksDialog">
<property name="geometry" > <property name="geometry">
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
@ -9,42 +10,42 @@
<height>529</height> <height>529</height>
</rect> </rect>
</property> </property>
<property name="windowTitle" > <property name="windowTitle">
<string>Form</string> <string>Form</string>
</property> </property>
<layout class="QGridLayout" > <layout class="QGridLayout">
<property name="horizontalSpacing" > <property name="horizontalSpacing">
<number>6</number> <number>6</number>
</property> </property>
<property name="verticalSpacing" > <property name="verticalSpacing">
<number>0</number> <number>0</number>
</property> </property>
<item row="0" column="0" > <item row="0" column="0">
<widget class="QLabel" name="linksiconlabel" > <widget class="QLabel" name="linksiconlabel">
<property name="text" > <property name="text">
<string/> <string/>
</property> </property>
<property name="pixmap" > <property name="pixmap">
<pixmap resource="images.qrc" >:/images/hi16-app-ktorrent.png</pixmap> <pixmap resource="images.qrc">:/images/hi16-app-ktorrent.png</pixmap>
</property> </property>
</widget> </widget>
</item> </item>
<item row="0" column="1" > <item row="0" column="1">
<widget class="QLabel" name="label_4" > <widget class="QLabel" name="label_4">
<property name="text" > <property name="text">
<string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css"> <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; } p, li { white-space: pre-wrap; }
&lt;/style>&lt;/head>&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> &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 style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;">&lt;span style=" font-weight:600;">Links Cloud&lt;/span>&lt;/p>&lt;/body>&lt;/html></string> &lt;p 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-weight:600;&quot;&gt;Links Cloud&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="0" column="2" > <item row="0" column="2">
<spacer> <spacer>
<property name="orientation" > <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="sizeHint" stdset="0" > <property name="sizeHint" stdset="0">
<size> <size>
<width>461</width> <width>461</width>
<height>20</height> <height>20</height>
@ -52,57 +53,57 @@ p, li { white-space: pre-wrap; }
</property> </property>
</spacer> </spacer>
</item> </item>
<item row="1" column="0" colspan="3" > <item row="1" column="0" colspan="3">
<widget class="QSplitter" name="msgSplitter" > <widget class="QSplitter" name="msgSplitter">
<property name="orientation" > <property name="orientation">
<enum>Qt::Vertical</enum> <enum>Qt::Vertical</enum>
</property> </property>
<widget class="QWidget" name="layoutWidget" > <widget class="QWidget" name="layoutWidget">
<layout class="QGridLayout" > <layout class="QGridLayout">
<item row="0" column="0" colspan="13" > <item row="0" column="0" colspan="13">
<widget class="QTreeWidget" name="linkTreeWidget" > <widget class="QTreeWidget" name="linkTreeWidget">
<property name="font" > <property name="font">
<font> <font>
<pointsize>12</pointsize> <pointsize>9</pointsize>
</font> </font>
</property> </property>
<property name="contextMenuPolicy" > <property name="contextMenuPolicy">
<enum>Qt::CustomContextMenu</enum> <enum>Qt::CustomContextMenu</enum>
</property> </property>
<column> <column>
<property name="text" > <property name="text">
<string>Title / Comment</string> <string>Title / Comment</string>
</property> </property>
</column> </column>
<column> <column>
<property name="text" > <property name="text">
<string>Score</string> <string>Score</string>
</property> </property>
</column> </column>
<column> <column>
<property name="text" > <property name="text">
<string>Peer / Link</string> <string>Peer / Link</string>
</property> </property>
</column> </column>
</widget> </widget>
</item> </item>
<item row="1" column="0" > <item row="1" column="0">
<widget class="QPushButton" name="expandButton" > <widget class="QPushButton" name="expandButton">
<property name="text" > <property name="text">
<string/> <string/>
</property> </property>
<property name="icon" > <property name="icon">
<iconset resource="images.qrc" > <iconset resource="images.qrc">
<normaloff>:/images/edit_remove24.png</normaloff>:/images/edit_remove24.png</iconset> <normaloff>:/images/edit_remove24.png</normaloff>:/images/edit_remove24.png</iconset>
</property> </property>
</widget> </widget>
</item> </item>
<item row="1" column="1" > <item row="1" column="1">
<spacer> <spacer>
<property name="orientation" > <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="sizeHint" stdset="0" > <property name="sizeHint" stdset="0">
<size> <size>
<width>16</width> <width>16</width>
<height>20</height> <height>20</height>
@ -110,50 +111,50 @@ p, li { white-space: pre-wrap; }
</property> </property>
</spacer> </spacer>
</item> </item>
<item row="1" column="2" > <item row="1" column="2">
<widget class="QLabel" name="label" > <widget class="QLabel" name="label">
<property name="font" > <property name="font">
<font> <font>
<pointsize>10</pointsize> <pointsize>10</pointsize>
<weight>75</weight> <weight>75</weight>
<bold>true</bold> <bold>true</bold>
</font> </font>
</property> </property>
<property name="text" > <property name="text">
<string>Sort by</string> <string>Sort by</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="1" column="3" > <item row="1" column="3">
<widget class="QComboBox" name="rankComboBox" > <widget class="QComboBox" name="rankComboBox">
<property name="font" > <property name="font">
<font> <font>
<pointsize>12</pointsize> <pointsize>12</pointsize>
</font> </font>
</property> </property>
<item> <item>
<property name="text" > <property name="text">
<string>Combo</string> <string>Combo</string>
</property> </property>
</item> </item>
<item> <item>
<property name="text" > <property name="text">
<string>Time</string> <string>Time</string>
</property> </property>
</item> </item>
<item> <item>
<property name="text" > <property name="text">
<string>Ranking</string> <string>Ranking</string>
</property> </property>
</item> </item>
</widget> </widget>
</item> </item>
<item row="1" column="4" > <item row="1" column="4">
<spacer> <spacer>
<property name="orientation" > <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="sizeHint" stdset="0" > <property name="sizeHint" stdset="0">
<size> <size>
<width>16</width> <width>16</width>
<height>20</height> <height>20</height>
@ -161,50 +162,50 @@ p, li { white-space: pre-wrap; }
</property> </property>
</spacer> </spacer>
</item> </item>
<item row="1" column="5" > <item row="1" column="5">
<widget class="QLabel" name="label_2" > <widget class="QLabel" name="label_2">
<property name="font" > <property name="font">
<font> <font>
<pointsize>10</pointsize> <pointsize>10</pointsize>
<weight>75</weight> <weight>75</weight>
<bold>true</bold> <bold>true</bold>
</font> </font>
</property> </property>
<property name="text" > <property name="text">
<string>In last</string> <string>In last</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="1" column="6" > <item row="1" column="6">
<widget class="QComboBox" name="periodComboBox" > <widget class="QComboBox" name="periodComboBox">
<property name="font" > <property name="font">
<font> <font>
<pointsize>12</pointsize> <pointsize>12</pointsize>
</font> </font>
</property> </property>
<item> <item>
<property name="text" > <property name="text">
<string>Month</string> <string>Month</string>
</property> </property>
</item> </item>
<item> <item>
<property name="text" > <property name="text">
<string>Week</string> <string>Week</string>
</property> </property>
</item> </item>
<item> <item>
<property name="text" > <property name="text">
<string>Day</string> <string>Day</string>
</property> </property>
</item> </item>
</widget> </widget>
</item> </item>
<item row="1" column="7" > <item row="1" column="7">
<spacer> <spacer>
<property name="orientation" > <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="sizeHint" stdset="0" > <property name="sizeHint" stdset="0">
<size> <size>
<width>16</width> <width>16</width>
<height>20</height> <height>20</height>
@ -212,45 +213,45 @@ p, li { white-space: pre-wrap; }
</property> </property>
</spacer> </spacer>
</item> </item>
<item row="1" column="8" > <item row="1" column="8">
<widget class="QLabel" name="label_3" > <widget class="QLabel" name="label_3">
<property name="font" > <property name="font">
<font> <font>
<pointsize>10</pointsize> <pointsize>10</pointsize>
<weight>75</weight> <weight>75</weight>
<bold>true</bold> <bold>true</bold>
</font> </font>
</property> </property>
<property name="text" > <property name="text">
<string>From</string> <string>From</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="1" column="9" > <item row="1" column="9">
<widget class="QComboBox" name="fromComboBox" > <widget class="QComboBox" name="fromComboBox">
<property name="font" > <property name="font">
<font> <font>
<pointsize>12</pointsize> <pointsize>12</pointsize>
</font> </font>
</property> </property>
<item> <item>
<property name="text" > <property name="text">
<string>All Peers</string> <string>All Peers</string>
</property> </property>
</item> </item>
<item> <item>
<property name="text" > <property name="text">
<string>Own Links</string> <string>Own Links</string>
</property> </property>
</item> </item>
</widget> </widget>
</item> </item>
<item row="1" column="10" > <item row="1" column="10">
<spacer> <spacer>
<property name="orientation" > <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="sizeHint" stdset="0" > <property name="sizeHint" stdset="0">
<size> <size>
<width>16</width> <width>16</width>
<height>20</height> <height>20</height>
@ -258,54 +259,54 @@ p, li { white-space: pre-wrap; }
</property> </property>
</spacer> </spacer>
</item> </item>
<item row="1" column="11" > <item row="1" column="11">
<widget class="QLabel" name="label_5" > <widget class="QLabel" name="label_5">
<property name="font" > <property name="font">
<font> <font>
<pointsize>10</pointsize> <pointsize>10</pointsize>
<weight>75</weight> <weight>75</weight>
<bold>true</bold> <bold>true</bold>
</font> </font>
</property> </property>
<property name="text" > <property name="text">
<string>Show</string> <string>Show</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="1" column="12" > <item row="1" column="12">
<widget class="QComboBox" name="topComboBox" > <widget class="QComboBox" name="topComboBox">
<property name="font" > <property name="font">
<font> <font>
<pointsize>12</pointsize> <pointsize>12</pointsize>
</font> </font>
</property> </property>
<item> <item>
<property name="text" > <property name="text">
<string>Top 100</string> <string>Top 100</string>
</property> </property>
</item> </item>
<item> <item>
<property name="text" > <property name="text">
<string>101-200</string> <string>101-200</string>
</property> </property>
</item> </item>
<item> <item>
<property name="text" > <property name="text">
<string>201-300</string> <string>201-300</string>
</property> </property>
</item> </item>
<item> <item>
<property name="text" > <property name="text">
<string>301-400</string> <string>301-400</string>
</property> </property>
</item> </item>
<item> <item>
<property name="text" > <property name="text">
<string>401-500</string> <string>401-500</string>
</property> </property>
</item> </item>
<item> <item>
<property name="text" > <property name="text">
<string>Bottom 100</string> <string>Bottom 100</string>
</property> </property>
</item> </item>
@ -313,16 +314,16 @@ p, li { white-space: pre-wrap; }
</item> </item>
</layout> </layout>
</widget> </widget>
<widget class="QWidget" name="layoutWidget" > <widget class="QWidget" name="layoutWidget">
<layout class="QVBoxLayout" > <layout class="QVBoxLayout">
<item> <item>
<layout class="QHBoxLayout" > <layout class="QHBoxLayout">
<item> <item>
<spacer> <spacer>
<property name="orientation" > <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="sizeHint" stdset="0" > <property name="sizeHint" stdset="0">
<size> <size>
<width>311</width> <width>311</width>
<height>32</height> <height>32</height>
@ -331,27 +332,27 @@ p, li { white-space: pre-wrap; }
</spacer> </spacer>
</item> </item>
<item> <item>
<widget class="QCheckBox" name="anonBox" > <widget class="QCheckBox" name="anonBox">
<property name="font" > <property name="font">
<font> <font>
<pointsize>12</pointsize> <pointsize>12</pointsize>
<weight>50</weight> <weight>50</weight>
<bold>false</bold> <bold>false</bold>
</font> </font>
</property> </property>
<property name="text" > <property name="text">
<string>Add Anonymous Link</string> <string>Add Anonymous Link</string>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QPushButton" name="addButton" > <widget class="QPushButton" name="addButton">
<property name="font" > <property name="font">
<font> <font>
<pointsize>12</pointsize> <pointsize>12</pointsize>
</font> </font>
</property> </property>
<property name="text" > <property name="text">
<string>Add Link/Comment</string> <string>Add Link/Comment</string>
</property> </property>
</widget> </widget>
@ -359,24 +360,24 @@ p, li { white-space: pre-wrap; }
</layout> </layout>
</item> </item>
<item> <item>
<layout class="QHBoxLayout" > <layout class="QHBoxLayout">
<item> <item>
<widget class="QLabel" name="label_6" > <widget class="QLabel" name="label_6">
<property name="font" > <property name="font">
<font> <font>
<pointsize>12</pointsize> <pointsize>12</pointsize>
<weight>75</weight> <weight>75</weight>
<bold>true</bold> <bold>true</bold>
</font> </font>
</property> </property>
<property name="text" > <property name="text">
<string>Title:</string> <string>Title:</string>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QLineEdit" name="titleLineEdit" > <widget class="QLineEdit" name="titleLineEdit">
<property name="font" > <property name="font">
<font> <font>
<pointsize>12</pointsize> <pointsize>12</pointsize>
</font> </font>
@ -384,63 +385,63 @@ p, li { white-space: pre-wrap; }
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QLabel" name="label_8" > <widget class="QLabel" name="label_8">
<property name="font" > <property name="font">
<font> <font>
<pointsize>12</pointsize> <pointsize>12</pointsize>
<weight>75</weight> <weight>75</weight>
<bold>true</bold> <bold>true</bold>
</font> </font>
</property> </property>
<property name="text" > <property name="text">
<string>Score:</string> <string>Score:</string>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QComboBox" name="scoreBox" > <widget class="QComboBox" name="scoreBox">
<item> <item>
<property name="text" > <property name="text">
<string>+2 Great!</string> <string>+2 Great!</string>
</property> </property>
<property name="icon" > <property name="icon">
<iconset resource="images.qrc" > <iconset resource="images.qrc">
<normaloff>:/images/filerating5.png</normaloff>:/images/filerating5.png</iconset> <normaloff>:/images/filerating5.png</normaloff>:/images/filerating5.png</iconset>
</property> </property>
</item> </item>
<item> <item>
<property name="text" > <property name="text">
<string>+1 Good</string> <string>+1 Good</string>
</property> </property>
<property name="icon" > <property name="icon">
<iconset resource="images.qrc" > <iconset resource="images.qrc">
<normaloff>:/images/filerating4.png</normaloff>:/images/filerating4.png</iconset> <normaloff>:/images/filerating4.png</normaloff>:/images/filerating4.png</iconset>
</property> </property>
</item> </item>
<item> <item>
<property name="text" > <property name="text">
<string>0 Okay</string> <string>0 Okay</string>
</property> </property>
<property name="icon" > <property name="icon">
<iconset resource="images.qrc" > <iconset resource="images.qrc">
<normaloff>:/images/filerating3.png</normaloff>:/images/filerating3.png</iconset> <normaloff>:/images/filerating3.png</normaloff>:/images/filerating3.png</iconset>
</property> </property>
</item> </item>
<item> <item>
<property name="text" > <property name="text">
<string>-1 Sux</string> <string>-1 Sux</string>
</property> </property>
<property name="icon" > <property name="icon">
<iconset resource="images.qrc" > <iconset resource="images.qrc">
<normaloff>:/images/filerating2.png</normaloff>:/images/filerating2.png</iconset> <normaloff>:/images/filerating2.png</normaloff>:/images/filerating2.png</iconset>
</property> </property>
</item> </item>
<item> <item>
<property name="text" > <property name="text">
<string>-2 Bad Link</string> <string>-2 Bad Link</string>
</property> </property>
<property name="icon" > <property name="icon">
<iconset resource="images.qrc" > <iconset resource="images.qrc">
<normaloff>:/images/filerating1.png</normaloff>:/images/filerating1.png</iconset> <normaloff>:/images/filerating1.png</normaloff>:/images/filerating1.png</iconset>
</property> </property>
</item> </item>
@ -449,24 +450,24 @@ p, li { white-space: pre-wrap; }
</layout> </layout>
</item> </item>
<item> <item>
<layout class="QHBoxLayout" > <layout class="QHBoxLayout">
<item> <item>
<widget class="QLabel" name="label_7" > <widget class="QLabel" name="label_7">
<property name="font" > <property name="font">
<font> <font>
<pointsize>12</pointsize> <pointsize>12</pointsize>
<weight>75</weight> <weight>75</weight>
<bold>true</bold> <bold>true</bold>
</font> </font>
</property> </property>
<property name="text" > <property name="text">
<string>Url:</string> <string>Url:</string>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QLineEdit" name="linkLineEdit" > <widget class="QLineEdit" name="linkLineEdit">
<property name="font" > <property name="font">
<font> <font>
<pointsize>12</pointsize> <pointsize>12</pointsize>
</font> </font>
@ -476,20 +477,20 @@ p, li { white-space: pre-wrap; }
</layout> </layout>
</item> </item>
<item> <item>
<widget class="QTextEdit" name="linkTextEdit" > <widget class="QTextEdit" name="linkTextEdit">
<property name="sizePolicy" > <property name="sizePolicy">
<sizepolicy vsizetype="Preferred" hsizetype="Expanding" > <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="maximumSize" > <property name="maximumSize">
<size> <size>
<width>16777215</width> <width>16777215</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="font" > <property name="font">
<font> <font>
<pointsize>12</pointsize> <pointsize>12</pointsize>
</font> </font>
@ -503,7 +504,7 @@ p, li { white-space: pre-wrap; }
</layout> </layout>
</widget> </widget>
<resources> <resources>
<include location="images.qrc" /> <include location="images.qrc"/>
</resources> </resources>
<connections/> <connections/>
</ui> </ui>