Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ideascube
ARCHIVED Kiwix Hotspot
Commits
a0c3ec59
Commit
a0c3ec59
authored
May 11, 2017
by
thiolliere
Browse files
gui with image
parent
9cca73ff
Changes
5
Hide whitespace changes
Inline
Side-by-side
image.png
0 → 100644
View file @
a0c3ec59
2.75 KB
pibox-installer-linux.spec
View file @
a0c3ec59
...
...
@@ -6,7 +6,7 @@ block_cipher = None
a
=
Analysis
([
'pibox-installer/__main__.py'
],
pathex
=
[
'.'
],
binaries
=
[(
'/usr/bin/qemu-system-arm'
,
'.'
),
(
'/usr/bin/qemu-img'
,
'.'
)],
datas
=
[(
'ui.glade'
,
'.'
)],
datas
=
[(
'ui.glade'
,
'.'
),
(
'image.png'
,
'.'
)],
hiddenimports
=
[],
hookspath
=
[],
runtime_hooks
=
[],
...
...
pibox-installer-macos.spec
View file @
a0c3ec59
...
...
@@ -6,7 +6,7 @@ block_cipher = None
a
=
Analysis
([
'pibox-installer/__main__.py'
],
pathex
=
[
'.'
],
binaries
=
[(
'/usr/local/bin/qemu-system-arm'
,
'.'
),
(
'/usr/local/bin/qemu-img'
,
'.'
)],
datas
=
[(
'ui.glade'
,
'.'
)],
datas
=
[(
'ui.glade'
,
'.'
),
(
'image.png'
,
'.'
)],
hiddenimports
=
[],
hookspath
=
[],
runtime_hooks
=
[],
...
...
pibox-installer-windows.spec
View file @
a0c3ec59
...
...
@@ -70,7 +70,7 @@ a = Analysis(['pibox-installer/__main__.py'],
(
'C:\Program Files\qemu\libgnutls-openssl-27.dll'
,
'.'
),
(
'C:\Program Files\qemu\liblzma-5.dll'
,
'.'
),
(
'C:\Program Files\qemu\libpixman-1-0.dll'
,
'.'
)],
datas
=
[(
'ui.glade'
,
'.'
)],
datas
=
[(
'ui.glade'
,
'.'
),
(
'image.png'
,
'.'
)],
hiddenimports
=
[],
hookspath
=
[],
runtime_hooks
=
[],
...
...
ui.glade
View file @
a0c3ec59
...
...
@@ -2,10 +2,15 @@
<!-- Generated with glade 3.20.0 -->
<interface>
<requires
lib=
"gtk+"
version=
"3.18"
/>
<object
class=
"GtkImage"
id=
"image1"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"stock"
>
gtk-bold
</property>
</object>
<object
class=
"GtkImage"
id=
"run_image"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"
stock"
>
gtk-execute
</property>
<property
name=
"
pixbuf"
>
image.png
</property>
</object>
<object
class=
"GtkTreeStore"
id=
"timezone_tree_store"
>
<columns>
...
...
@@ -211,17 +216,7 @@
</packing>
</child>
<child>
<object
class=
"GtkFileChooserButton"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"title"
translatable=
"yes"
/>
</object>
<packing>
<property
name=
"expand"
>
False
</property>
<property
name=
"fill"
>
True
</property>
<property
name=
"pack_type"
>
end
</property>
<property
name=
"position"
>
1
</property>
</packing>
<placeholder/>
</child>
</object>
<packing>
...
...
@@ -257,6 +252,7 @@
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"receives_default"
>
True
</property>
<property
name=
"image"
>
image1
</property>
</object>
<packing>
<property
name=
"expand"
>
False
</property>
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment