Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
sakia
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
clients
python
sakia
Commits
3014d9db
Commit
3014d9db
authored
11 years ago
by
inso
Browse files
Options
Downloads
Patches
Plain Diff
Add ui file for transfer dialog
parent
efc94d06
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
res/ui/transferDialog.ui
+219
-0
219 additions, 0 deletions
res/ui/transferDialog.ui
with
219 additions
and
0 deletions
res/ui/transferDialog.ui
0 → 100644
+
219
−
0
View file @
3014d9db
<?xml version="1.0" encoding="UTF-8"?>
<ui
version=
"4.0"
>
<class>
Dialog
</class>
<widget
class=
"QDialog"
name=
"Dialog"
>
<property
name=
"geometry"
>
<rect>
<x>
0
</x>
<y>
0
</y>
<width>
400
</width>
<height>
489
</height>
</rect>
</property>
<property
name=
"windowTitle"
>
<string>
Dialog
</string>
</property>
<layout
class=
"QVBoxLayout"
name=
"verticalLayout"
>
<item>
<widget
class=
"QGroupBox"
name=
"groupBox"
>
<property
name=
"title"
>
<string>
Transfer money to
</string>
</property>
<layout
class=
"QVBoxLayout"
name=
"verticalLayout_2"
>
<item>
<layout
class=
"QHBoxLayout"
name=
"horizontalLayout"
>
<item>
<widget
class=
"QRadioButton"
name=
"radio_keyFingerprint"
>
<property
name=
"text"
>
<string>
Recipient fingerprint
</string>
</property>
</widget>
</item>
<item>
<widget
class=
"QLineEdit"
name=
"edit_keyFingerprint"
>
<property
name=
"placeholderText"
>
<string>
Key fingerprint
</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout
class=
"QHBoxLayout"
name=
"horizontalLayout_2"
>
<item>
<widget
class=
"QRadioButton"
name=
"radio_contact"
>
<property
name=
"text"
>
<string>
Contact
</string>
</property>
</widget>
</item>
<item>
<widget
class=
"QComboBox"
name=
"comboBox_contact"
/>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
<widget
class=
"QGroupBox"
name=
"groupBox_2"
>
<property
name=
"title"
>
<string>
Transfer using node
</string>
</property>
<layout
class=
"QVBoxLayout"
name=
"verticalLayout_3"
>
<item>
<layout
class=
"QHBoxLayout"
name=
"horizontalLayout_3"
>
<item>
<widget
class=
"QRadioButton"
name=
"radio_nodeAddress"
>
<property
name=
"text"
>
<string>
Node address
</string>
</property>
</widget>
</item>
<item>
<widget
class=
"QLineEdit"
name=
"edit_nodeAddress"
/>
</item>
</layout>
</item>
<item>
<layout
class=
"QHBoxLayout"
name=
"horizontalLayout_4"
>
<item>
<widget
class=
"QRadioButton"
name=
"radio_trustedNode"
>
<property
name=
"text"
>
<string>
Trusted node
</string>
</property>
</widget>
</item>
<item>
<widget
class=
"QComboBox"
name=
"comboBox_trustedNode"
/>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
<widget
class=
"QGroupBox"
name=
"groupBox_3"
>
<property
name=
"title"
>
<string>
Coins
</string>
</property>
<layout
class=
"QVBoxLayout"
name=
"verticalLayout_5"
>
<item>
<layout
class=
"QHBoxLayout"
name=
"horizontalLayout_5"
>
<property
name=
"topMargin"
>
<number>
5
</number>
</property>
<item>
<widget
class=
"QListView"
name=
"listView_wallet"
/>
</item>
<item>
<layout
class=
"QVBoxLayout"
name=
"verticalLayout_4"
>
<property
name=
"rightMargin"
>
<number>
0
</number>
</property>
<item>
<widget
class=
"QPushButton"
name=
"button_manageCoins"
>
<property
name=
"text"
>
<string>
Manage wallet coins
</string>
</property>
</widget>
</item>
<item>
<widget
class=
"QPushButton"
name=
"button_add"
>
<property
name=
"text"
>
<string>
>>
</string>
</property>
</widget>
</item>
<item>
<widget
class=
"QPushButton"
name=
"button_remove"
>
<property
name=
"text"
>
<string>
<<
</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget
class=
"QListView"
name=
"listView_coinsSent"
/>
</item>
</layout>
</item>
<item>
<layout
class=
"QHBoxLayout"
name=
"horizontalLayout_6"
>
<property
name=
"topMargin"
>
<number>
5
</number>
</property>
<item>
<spacer
name=
"horizontalSpacer"
>
<property
name=
"orientation"
>
<enum>
Qt::Horizontal
</enum>
</property>
<property
name=
"sizeHint"
stdset=
"0"
>
<size>
<width>
40
</width>
<height>
20
</height>
</size>
</property>
</spacer>
</item>
<item>
<widget
class=
"QLabel"
name=
"label_total"
>
<property
name=
"text"
>
<string>
Total money transfered : 0
</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
<widget
class=
"QDialogButtonBox"
name=
"buttonBox"
>
<property
name=
"orientation"
>
<enum>
Qt::Horizontal
</enum>
</property>
<property
name=
"standardButtons"
>
<set>
QDialogButtonBox::Cancel|QDialogButtonBox::Ok
</set>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections>
<connection>
<sender>
buttonBox
</sender>
<signal>
accepted()
</signal>
<receiver>
Dialog
</receiver>
<slot>
accept()
</slot>
<hints>
<hint
type=
"sourcelabel"
>
<x>
248
</x>
<y>
254
</y>
</hint>
<hint
type=
"destinationlabel"
>
<x>
157
</x>
<y>
274
</y>
</hint>
</hints>
</connection>
<connection>
<sender>
buttonBox
</sender>
<signal>
rejected()
</signal>
<receiver>
Dialog
</receiver>
<slot>
reject()
</slot>
<hints>
<hint
type=
"sourcelabel"
>
<x>
316
</x>
<y>
260
</y>
</hint>
<hint
type=
"destinationlabel"
>
<x>
286
</x>
<y>
274
</y>
</hint>
</hints>
</connection>
</connections>
</ui>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment