mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-17 21:34:10 -05:00
set a bigger font size for the radio items
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7607 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
bd1add2e20
commit
adbfa89c7b
@ -6,7 +6,7 @@
|
|||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>603</width>
|
<width>604</width>
|
||||||
<height>623</height>
|
<height>623</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
@ -30,6 +30,13 @@
|
|||||||
<layout class="QVBoxLayout" name="verticalLayout">
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QRadioButton" name="textRadioButton">
|
<widget class="QRadioButton" name="textRadioButton">
|
||||||
|
<property name="font">
|
||||||
|
<font>
|
||||||
|
<pointsize>12</pointsize>
|
||||||
|
<weight>50</weight>
|
||||||
|
<bold>false</bold>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Enter the certificate manually</string>
|
<string>&Enter the certificate manually</string>
|
||||||
</property>
|
</property>
|
||||||
@ -37,6 +44,11 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QRadioButton" name="certRadioButton">
|
<widget class="QRadioButton" name="certRadioButton">
|
||||||
|
<property name="font">
|
||||||
|
<font>
|
||||||
|
<pointsize>12</pointsize>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&You get a certificate file from your friend</string>
|
<string>&You get a certificate file from your friend</string>
|
||||||
</property>
|
</property>
|
||||||
@ -44,6 +56,11 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QRadioButton" name="foffRadioButton">
|
<widget class="QRadioButton" name="foffRadioButton">
|
||||||
|
<property name="font">
|
||||||
|
<font>
|
||||||
|
<pointsize>12</pointsize>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Make friend with selected friends of my friends</string>
|
<string>&Make friend with selected friends of my friends</string>
|
||||||
</property>
|
</property>
|
||||||
@ -51,6 +68,11 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QRadioButton" name="rsidRadioButton">
|
<widget class="QRadioButton" name="rsidRadioButton">
|
||||||
|
<property name="font">
|
||||||
|
<font>
|
||||||
|
<pointsize>12</pointsize>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Enter RetroShare ID manually</string>
|
<string>&Enter RetroShare ID manually</string>
|
||||||
</property>
|
</property>
|
||||||
@ -58,6 +80,11 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QRadioButton" name="emailRadioButton">
|
<widget class="QRadioButton" name="emailRadioButton">
|
||||||
|
<property name="font">
|
||||||
|
<font>
|
||||||
|
<pointsize>12</pointsize>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Send an Invitation by Email
|
<string>&Send an Invitation by Email
|
||||||
(She/He receives an email with instructions how to to download RetroShare)</string>
|
(She/He receives an email with instructions how to to download RetroShare)</string>
|
||||||
@ -66,6 +93,11 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QRadioButton" name="friendRecommendationsRadioButton">
|
<widget class="QRadioButton" name="friendRecommendationsRadioButton">
|
||||||
|
<property name="font">
|
||||||
|
<font>
|
||||||
|
<pointsize>12</pointsize>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Recommend many friends to each others</string>
|
<string>Recommend many friends to each others</string>
|
||||||
</property>
|
</property>
|
||||||
@ -86,6 +118,11 @@
|
|||||||
<layout class="QVBoxLayout" name="verticalLayout_4">
|
<layout class="QVBoxLayout" name="verticalLayout_4">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="userCertLabel">
|
<widget class="QLabel" name="userCertLabel">
|
||||||
|
<property name="font">
|
||||||
|
<font>
|
||||||
|
<pointsize>9</pointsize>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>The text below is your PGP certificate. You have to provide it to your friend</string>
|
<string>The text below is your PGP certificate. You have to provide it to your friend</string>
|
||||||
</property>
|
</property>
|
||||||
@ -253,6 +290,11 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="friendCertLabel">
|
<widget class="QLabel" name="friendCertLabel">
|
||||||
|
<property name="font">
|
||||||
|
<font>
|
||||||
|
<pointsize>9</pointsize>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Please, paste your friends PGP certificate into the box below</string>
|
<string>Please, paste your friends PGP certificate into the box below</string>
|
||||||
</property>
|
</property>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user