mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-28 17:09:34 -05:00
attempt to make the login creation window look better
This commit is contained in:
parent
89a27aef8a
commit
a9b7ed31a1
@ -7,7 +7,7 @@
|
|||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>1745</width>
|
<width>1745</width>
|
||||||
<height>1193</height>
|
<height>1296</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
@ -36,7 +36,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="HeaderFrame" name="headerFrame">
|
<widget class="HeaderFrame" name="headerFrame">
|
||||||
<property name="sizePolicy">
|
<property name="sizePolicy">
|
||||||
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
|
||||||
<horstretch>0</horstretch>
|
<horstretch>0</horstretch>
|
||||||
<verstretch>0</verstretch>
|
<verstretch>0</verstretch>
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
@ -358,13 +358,6 @@ Alternatively you can use an existing profile. Just uncheck "Create a new p
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="14" column="2">
|
|
||||||
<widget class="QProgressBar" name="entropy_bar">
|
|
||||||
<property name="value">
|
|
||||||
<number>24</number>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item row="6" column="2">
|
<item row="6" column="2">
|
||||||
<widget class="QLineEdit" name="nickname_input">
|
<widget class="QLineEdit" name="nickname_input">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
@ -478,6 +471,12 @@ Alternatively you can use an existing profile. Just uncheck "Create a new p
|
|||||||
</item>
|
</item>
|
||||||
<item row="11" column="2">
|
<item row="11" column="2">
|
||||||
<widget class="QLabel" name="label_hiddenaddr">
|
<widget class="QLabel" name="label_hiddenaddr">
|
||||||
|
<property name="sizePolicy">
|
||||||
|
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
|
||||||
|
<horstretch>0</horstretch>
|
||||||
|
<verstretch>0</verstretch>
|
||||||
|
</sizepolicy>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string><html><head/><body><p>This can be a Tor Onion address of the form: xa76giaf6ifda7ri63i263.onion <br/>or an I2P address in the form: [52 characters].b32.i2p </p><p>In order to get one, you must configure either Tor or I2P to create a new hidden service / server tunnel. If you do not yet have one, you can still go on, and make it right later in RetroShare's Options-&gt;Network-&gt;Hidden Service configuration panel.</p></body></html></string>
|
<string><html><head/><body><p>This can be a Tor Onion address of the form: xa76giaf6ifda7ri63i263.onion <br/>or an I2P address in the form: [52 characters].b32.i2p </p><p>In order to get one, you must configure either Tor or I2P to create a new hidden service / server tunnel. If you do not yet have one, you can still go on, and make it right later in RetroShare's Options-&gt;Network-&gt;Hidden Service configuration panel.</p></body></html></string>
|
||||||
</property>
|
</property>
|
||||||
@ -509,16 +508,6 @@ Alternatively you can use an existing profile. Just uncheck "Create a new p
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="15" column="2">
|
|
||||||
<widget class="QPushButton" name="genButton">
|
|
||||||
<property name="styleSheet">
|
|
||||||
<string notr="true"/>
|
|
||||||
</property>
|
|
||||||
<property name="text">
|
|
||||||
<string>Go!</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item row="0" column="2">
|
<item row="0" column="2">
|
||||||
<widget class="QComboBox" name="nodeType_CB">
|
<widget class="QComboBox" name="nodeType_CB">
|
||||||
<item>
|
<item>
|
||||||
@ -620,6 +609,19 @@ Alternatively you can use an existing profile. Just uncheck "Create a new p
|
|||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
|
<item>
|
||||||
|
<spacer name="verticalSpacer">
|
||||||
|
<property name="orientation">
|
||||||
|
<enum>Qt::Vertical</enum>
|
||||||
|
</property>
|
||||||
|
<property name="sizeHint" stdset="0">
|
||||||
|
<size>
|
||||||
|
<width>20</width>
|
||||||
|
<height>40</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
</spacer>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="StyledLabel" name="entropy_label">
|
<widget class="StyledLabel" name="entropy_label">
|
||||||
<property name="palette">
|
<property name="palette">
|
||||||
@ -700,22 +702,26 @@ Alternatively you can use an existing profile. Just uncheck "Create a new p
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QProgressBar" name="entropy_bar">
|
||||||
|
<property name="value">
|
||||||
|
<number>24</number>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QPushButton" name="genButton">
|
||||||
|
<property name="styleSheet">
|
||||||
|
<string notr="true"/>
|
||||||
|
</property>
|
||||||
|
<property name="text">
|
||||||
|
<string>Go!</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
|
||||||
<spacer name="mainVSpacer">
|
|
||||||
<property name="orientation">
|
|
||||||
<enum>Qt::Vertical</enum>
|
|
||||||
</property>
|
|
||||||
<property name="sizeHint" stdset="0">
|
|
||||||
<size>
|
|
||||||
<width>20</width>
|
|
||||||
<height>40</height>
|
|
||||||
</size>
|
|
||||||
</property>
|
|
||||||
</spacer>
|
|
||||||
</item>
|
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
<customwidgets>
|
<customwidgets>
|
||||||
|
@ -295,13 +295,14 @@ GetStartedDialog QTextEdit {
|
|||||||
|
|
||||||
/* GenCertDialog */
|
/* GenCertDialog */
|
||||||
|
|
||||||
GenCertDialog > QFrame#headerFrame {
|
/* GenCertDialog > QFrame#headerFrame {
|
||||||
background-image: url(:/images/genbackground.png);
|
background-image: url(:/images/genbackground.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
GenCertDialog > QFrame#headerFrame > QLabel#headerLabel {
|
GenCertDialog > QFrame#headerFrame > QLabel#headerLabel {
|
||||||
color: rgb(255, 255, 255);
|
color: rgb(255, 255, 255);
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
/* ConnectFriendWizard */
|
/* ConnectFriendWizard */
|
||||||
|
|
||||||
@ -642,8 +643,8 @@ IdEditDialog QLabel#info_label
|
|||||||
GenCertDialog QPushButton#genButton {
|
GenCertDialog QPushButton#genButton {
|
||||||
border-image: url(:/images/btn_blue.png) 4;
|
border-image: url(:/images/btn_blue.png) 4;
|
||||||
border-width: 4;
|
border-width: 4;
|
||||||
padding: 0px 6px;
|
/* padding: 0px 6px;*/
|
||||||
font-size: 16px;
|
/* font-size: 16px; */
|
||||||
font: bold;
|
font: bold;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user