mirror of
https://github.com/ChronosX88/Influence-cjdns.git
synced 2024-11-08 17:01:00 +00:00
The width of the main window has been slightly changed, widget layouts have been added, and the label "Peer ID (IPv6):" has been added before the LineEdit "peerID".
This commit is contained in:
parent
61533a5989
commit
e4780b0b05
@ -6,19 +6,19 @@
|
|||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>331</width>
|
<width>411</width>
|
||||||
<height>132</height>
|
<height>132</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="minimumSize">
|
<property name="minimumSize">
|
||||||
<size>
|
<size>
|
||||||
<width>331</width>
|
<width>411</width>
|
||||||
<height>132</height>
|
<height>132</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
<property name="maximumSize">
|
<property name="maximumSize">
|
||||||
<size>
|
<size>
|
||||||
<width>331</width>
|
<width>411</width>
|
||||||
<height>132</height>
|
<height>132</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
@ -29,40 +29,58 @@
|
|||||||
<string>Influence</string>
|
<string>Influence</string>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QWidget" name="centralWidget">
|
<widget class="QWidget" name="centralWidget">
|
||||||
<layout class="QGridLayout" name="gridLayout">
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||||||
<item row="1" column="0" colspan="4">
|
<item>
|
||||||
<widget class="QLineEdit" name="peerID">
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
||||||
<property name="text">
|
<item>
|
||||||
<string/>
|
<widget class="QLabel" name="label">
|
||||||
</property>
|
<property name="locale">
|
||||||
</widget>
|
<locale language="English" country="UnitedStates"/>
|
||||||
|
</property>
|
||||||
|
<property name="text">
|
||||||
|
<string>My IPv6:</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QLineEdit" name="peerID">
|
||||||
|
<property name="text">
|
||||||
|
<string/>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
<item row="0" column="0">
|
<item>
|
||||||
<widget class="QLabel" name="label">
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
||||||
<property name="locale">
|
<item>
|
||||||
<locale language="English" country="UnitedStates"/>
|
<widget class="QLabel" name="label_2">
|
||||||
</property>
|
<property name="locale">
|
||||||
<property name="text">
|
<locale language="English" country="UnitedStates"/>
|
||||||
<string>My IPv6:</string>
|
</property>
|
||||||
</property>
|
<property name="text">
|
||||||
</widget>
|
<string>PeerID (IPv6):</string>
|
||||||
</item>
|
</property>
|
||||||
<item row="1" column="4">
|
</widget>
|
||||||
<widget class="QPushButton" name="connectToPeer">
|
</item>
|
||||||
<property name="locale">
|
<item>
|
||||||
<locale language="English" country="UnitedStates"/>
|
<widget class="QLineEdit" name="myIP">
|
||||||
</property>
|
<property name="readOnly">
|
||||||
<property name="text">
|
<bool>true</bool>
|
||||||
<string>Connect</string>
|
</property>
|
||||||
</property>
|
</widget>
|
||||||
</widget>
|
</item>
|
||||||
</item>
|
<item>
|
||||||
<item row="0" column="1" colspan="2">
|
<widget class="QPushButton" name="connectToPeer">
|
||||||
<widget class="QLineEdit" name="myIP">
|
<property name="locale">
|
||||||
<property name="readOnly">
|
<locale language="English" country="UnitedStates"/>
|
||||||
<bool>true</bool>
|
</property>
|
||||||
</property>
|
<property name="text">
|
||||||
</widget>
|
<string>Connect</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
|
Loading…
Reference in New Issue
Block a user