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
cb229a55
Commit
cb229a55
authored
Jul 28, 2010
by
Dan Pascu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added web viewer for server tools extensions
parent
16621f36
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
421 additions
and
88 deletions
+421
-88
accounts.py
blink/accounts.py
+177
-13
mainwindow.py
blink/mainwindow.py
+113
-75
server_tools.ui
resources/server_tools.ui
+131
-0
No files found.
blink/accounts.py
View file @
cb229a55
This diff is collapsed.
Click to expand it.
blink/mainwindow.py
View file @
cb229a55
This diff is collapsed.
Click to expand it.
resources/server_tools.ui
0 → 100644
View file @
cb229a55
<?xml version="1.0" encoding="UTF-8"?>
<ui
version=
"4.0"
>
<class>
server_window
</class>
<widget
class=
"QWidget"
name=
"server_window"
>
<property
name=
"geometry"
>
<rect>
<x>
0
</x>
<y>
0
</y>
<width>
700
</width>
<height>
670
</height>
</rect>
</property>
<property
name=
"windowTitle"
>
<string>
Blink Server Tools
</string>
</property>
<property
name=
"windowIcon"
>
<iconset>
<normaloff>
icons/blink48.png
</normaloff>
icons/blink48.png
</iconset>
</property>
<layout
class=
"QVBoxLayout"
name=
"window_layout"
>
<property
name=
"spacing"
>
<number>
0
</number>
</property>
<property
name=
"margin"
>
<number>
0
</number>
</property>
<item>
<widget
class=
"QWidget"
name=
"account_selector"
native=
"true"
>
<layout
class=
"QHBoxLayout"
name=
"account_layout"
>
<property
name=
"spacing"
>
<number>
3
</number>
</property>
<property
name=
"margin"
>
<number>
5
</number>
</property>
<item>
<widget
class=
"ToolButton"
name=
"account_button"
>
<property
name=
"minimumSize"
>
<size>
<width>
40
</width>
<height>
40
</height>
</size>
</property>
<property
name=
"maximumSize"
>
<size>
<width>
40
</width>
<height>
40
</height>
</size>
</property>
<property
name=
"focusPolicy"
>
<enum>
Qt::NoFocus
</enum>
</property>
<property
name=
"text"
>
<string/>
</property>
<property
name=
"icon"
>
<iconset>
<normaloff>
icons/default-avatar.png
</normaloff>
icons/default-avatar.png
</iconset>
</property>
<property
name=
"iconSize"
>
<size>
<width>
32
</width>
<height>
32
</height>
</size>
</property>
<property
name=
"popupMode"
>
<enum>
QToolButton::InstantPopup
</enum>
</property>
</widget>
</item>
<item>
<widget
class=
"QLabel"
name=
"account_label"
>
<property
name=
"sizePolicy"
>
<sizepolicy
hsizetype=
"Expanding"
vsizetype=
"Preferred"
>
<horstretch>
0
</horstretch>
<verstretch>
0
</verstretch>
</sizepolicy>
</property>
<property
name=
"styleSheet"
>
<string>
QLabel {
background: #2060c0;
border-style: outset;
border-width: 1px;
border-radius: 4px;
border-color: #104080;
margin-top: 4px;
margin-bottom: 4px;
padding-left: 2px;
padding-right: 2px;
color: white;
}
</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget
class=
"QTabWidget"
name=
"tab_widget"
>
<property
name=
"currentIndex"
>
<number>
0
</number>
</property>
<property
name=
"documentMode"
>
<bool>
true
</bool>
</property>
<property
name=
"tabsClosable"
>
<bool>
true
</bool>
</property>
<property
name=
"movable"
>
<bool>
true
</bool>
</property>
<widget
class=
"QWidget"
name=
"tab"
>
<attribute
name=
"title"
>
<string>
Tab 1
</string>
</attribute>
</widget>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>
ToolButton
</class>
<extends>
QToolButton
</extends>
<header>
blink.widgets.buttons
</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