Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vmj-qt
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
vmj-qt
Commits
9a435de0
Commit
9a435de0
authored
Jun 28, 2023
by
Tijmen de Mes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added file list item ui
parent
206fca38
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
262 additions
and
0 deletions
+262
-0
filelist_item.ui
resources/filelist_item.ui
+262
-0
No files found.
resources/filelist_item.ui
0 → 100644
View file @
9a435de0
<?xml version="1.0" encoding="UTF-8"?>
<ui
version=
"4.0"
>
<class>
filelist_item
</class>
<widget
class=
"QWidget"
name=
"filelist_item"
>
<property
name=
"geometry"
>
<rect>
<x>
0
</x>
<y>
0
</y>
<width>
300
</width>
<height>
78
</height>
</rect>
</property>
<property
name=
"palette"
>
<palette>
<active>
<colorrole
role=
"Window"
>
<brush
brushstyle=
"SolidPattern"
>
<color
alpha=
"255"
>
<red>
255
</red>
<green>
255
</green>
<blue>
255
</blue>
</color>
</brush>
</colorrole>
<colorrole
role=
"Highlight"
>
<brush
brushstyle=
"SolidPattern"
>
<color
alpha=
"255"
>
<red>
0
</red>
<green>
102
</green>
<blue>
204
</blue>
</color>
</brush>
</colorrole>
<colorrole
role=
"AlternateBase"
>
<brush
brushstyle=
"SolidPattern"
>
<color
alpha=
"255"
>
<red>
240
</red>
<green>
244
</green>
<blue>
255
</blue>
</color>
</brush>
</colorrole>
</active>
<inactive>
<colorrole
role=
"Window"
>
<brush
brushstyle=
"SolidPattern"
>
<color
alpha=
"255"
>
<red>
255
</red>
<green>
255
</green>
<blue>
255
</blue>
</color>
</brush>
</colorrole>
<colorrole
role=
"Highlight"
>
<brush
brushstyle=
"SolidPattern"
>
<color
alpha=
"255"
>
<red>
0
</red>
<green>
102
</green>
<blue>
204
</blue>
</color>
</brush>
</colorrole>
<colorrole
role=
"AlternateBase"
>
<brush
brushstyle=
"SolidPattern"
>
<color
alpha=
"255"
>
<red>
240
</red>
<green>
244
</green>
<blue>
255
</blue>
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<colorrole
role=
"Window"
>
<brush
brushstyle=
"SolidPattern"
>
<color
alpha=
"255"
>
<red>
255
</red>
<green>
255
</green>
<blue>
255
</blue>
</color>
</brush>
</colorrole>
<colorrole
role=
"Highlight"
>
<brush
brushstyle=
"SolidPattern"
>
<color
alpha=
"255"
>
<red>
218
</red>
<green>
216
</green>
<blue>
213
</blue>
</color>
</brush>
</colorrole>
<colorrole
role=
"AlternateBase"
>
<brush
brushstyle=
"SolidPattern"
>
<color
alpha=
"255"
>
<red>
240
</red>
<green>
244
</green>
<blue>
255
</blue>
</color>
</brush>
</colorrole>
</disabled>
</palette>
</property>
<property
name=
"windowTitle"
>
<string>
FileList Item
</string>
</property>
<layout
class=
"QHBoxLayout"
name=
"widget_layout"
>
<property
name=
"spacing"
>
<number>
3
</number>
</property>
<property
name=
"leftMargin"
>
<number>
3
</number>
</property>
<property
name=
"topMargin"
>
<number>
1
</number>
</property>
<property
name=
"rightMargin"
>
<number>
6
</number>
</property>
<property
name=
"bottomMargin"
>
<number>
1
</number>
</property>
<item>
<widget
class=
"QLabel"
name=
"icon_label"
>
<property
name=
"minimumSize"
>
<size>
<width>
48
</width>
<height>
48
</height>
</size>
</property>
<property
name=
"maximumSize"
>
<size>
<width>
48
</width>
<height>
48
</height>
</size>
</property>
<property
name=
"pixmap"
>
<pixmap>
icons/folder-downloads.png
</pixmap>
</property>
<property
name=
"scaledContents"
>
<bool>
true
</bool>
</property>
<property
name=
"alignment"
>
<set>
Qt::AlignCenter
</set>
</property>
</widget>
</item>
<item>
<layout
class=
"QVBoxLayout"
name=
"file_info_layout"
>
<property
name=
"spacing"
>
<number>
0
</number>
</property>
<property
name=
"leftMargin"
>
<number>
0
</number>
</property>
<property
name=
"topMargin"
>
<number>
0
</number>
</property>
<property
name=
"rightMargin"
>
<number>
0
</number>
</property>
<property
name=
"bottomMargin"
>
<number>
0
</number>
</property>
<item>
<layout
class=
"QHBoxLayout"
name=
"horizontalLayout"
>
<item>
<widget
class=
"ElidedLabel"
name=
"filename_label"
>
<property
name=
"sizePolicy"
>
<sizepolicy
hsizetype=
"Expanding"
vsizetype=
"Preferred"
>
<horstretch>
0
</horstretch>
<verstretch>
0
</verstretch>
</sizepolicy>
</property>
<property
name=
"text"
>
<string>
test_file.py
</string>
</property>
<property
name=
"margin"
>
<number>
1
</number>
</property>
</widget>
</item>
<item>
<widget
class=
"QLabel"
name=
"filesize_label"
>
<property
name=
"minimumSize"
>
<size>
<width>
60
</width>
<height>
0
</height>
</size>
</property>
<property
name=
"text"
>
<string>
100Mb
</string>
</property>
<property
name=
"alignment"
>
<set>
Qt::AlignCenter
</set>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget
class=
"ElidedLabel"
name=
"name_label"
>
<property
name=
"text"
>
<string>
test@example.com
</string>
</property>
<property
name=
"margin"
>
<number>
1
</number>
</property>
</widget>
</item>
<item>
<widget
class=
"ElidedLabel"
name=
"status_label"
>
<property
name=
"text"
>
<string>
Initializing...
</string>
</property>
<property
name=
"margin"
>
<number>
1
</number>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget
class=
"QLabel"
name=
"state_indicator"
>
<property
name=
"sizePolicy"
>
<sizepolicy
hsizetype=
"Fixed"
vsizetype=
"Preferred"
>
<horstretch>
0
</horstretch>
<verstretch>
0
</verstretch>
</sizepolicy>
</property>
<property
name=
"minimumSize"
>
<size>
<width>
18
</width>
<height>
18
</height>
</size>
</property>
<property
name=
"maximumSize"
>
<size>
<width>
18
</width>
<height>
18
</height>
</size>
</property>
<property
name=
"scaledContents"
>
<bool>
false
</bool>
</property>
<property
name=
"alignment"
>
<set>
Qt::AlignCenter
</set>
</property>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>
ElidedLabel
</class>
<extends>
QLabel
</extends>
<header>
blink.widgets.labels
</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment