RetroShare/retroshare-gui/src/gui/People/IdentityWidget.ui

244 lines
6.3 KiB
Plaintext
Raw Normal View History

2015-09-08 22:40:35 -04:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>IdentityWidget</class>
<widget class="QWidget" name="IdentityWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>101</width>
<height>272</height>
2015-09-08 22:40:35 -04:00
</rect>
</property>
<layout class="QGridLayout" name="gridLayout">
<property name="leftMargin">
2015-09-08 22:40:35 -04:00
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
2015-09-08 22:40:35 -04:00
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<property name="horizontalSpacing">
<number>0</number>
</property>
<item row="1" column="0">
<widget class="ElidedLabel" name="labelName">
2015-09-08 22:40:35 -04:00
<property name="minimumSize">
<size>
<width>0</width>
<height>15</height>
2015-09-08 22:40:35 -04:00
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>16777215</height>
2015-09-08 22:40:35 -04:00
</size>
</property>
<property name="text">
<string>Name</string>
2015-09-08 22:40:35 -04:00
</property>
<property name="scaledContents">
<bool>true</bool>
2015-09-08 22:40:35 -04:00
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
2015-09-08 22:40:35 -04:00
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="GxsIdLabel" name="labelKeyId">
2015-09-08 22:40:35 -04:00
<property name="minimumSize">
<size>
<width>0</width>
<height>15</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>KeyId</string>
2015-09-08 22:40:35 -04:00
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="GxsIdLabel" name="labelGXSId">
2015-09-08 22:40:35 -04:00
<property name="minimumSize">
<size>
<width>0</width>
<height>15</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>GXSId</string>
2015-09-08 22:40:35 -04:00
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QGraphicsView" name="graphicsView">
2015-09-08 22:40:35 -04:00
<property name="minimumSize">
<size>
<width>100</width>
<height>100</height>
2015-09-08 22:40:35 -04:00
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>100</height>
2015-09-08 22:40:35 -04:00
</size>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="verticalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
<property name="sceneRect">
<rectf>
<x>0.000000000000000</x>
<y>0.000000000000000</y>
<width>100.000000000000000</width>
<height>100.000000000000000</height>
</rectf>
2015-09-08 22:40:35 -04:00
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
2015-09-08 22:40:35 -04:00
</property>
</widget>
</item>
<item row="2" column="0">
<layout class="QHBoxLayout" name="avatarOpinionHLayout_2">
<property name="spacing">
<number>6</number>
</property>
<item>
<widget class="QLabel" name="label_PosIcon_2">
<property name="maximumSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="../icons.qrc">:/icons/png/thumbs-up.png</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="labelPositive">
<property name="font">
<font>
<pointsize>16</pointsize>
</font>
</property>
<property name="toolTip">
<string>Positive votes</string>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
</item>
<item>
<widget class="Line" name="line_Opinion_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_NegIcon_2">
<property name="maximumSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="../icons.qrc">:/icons/png/thumbs-down.png</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="labelNegative">
<property name="font">
<font>
<pointsize>16</pointsize>
</font>
</property>
<property name="toolTip">
<string>Negative votes</string>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="5" column="0" colspan="2">
2015-09-08 22:40:35 -04:00
<widget class="QPushButton" name="pbAdd">
<property name="text">
<string>Add</string>
</property>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>ElidedLabel</class>
<extends>QLabel</extends>
<header>gui/common/ElidedLabel.h</header>
2015-09-08 22:40:35 -04:00
<container>1</container>
</customwidget>
<customwidget>
<class>GxsIdLabel</class>
<extends>QLabel</extends>
<header>gui/gxs/GxsIdLabel.h</header>
</customwidget>
2015-09-08 22:40:35 -04:00
</customwidgets>
<resources>
<include location="../images.qrc"/>
<include location="../icons.qrc"/>
2015-09-08 22:40:35 -04:00
</resources>
<connections/>
</ui>