Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tuneit
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vladimir Vaskov
tuneit
Commits
a826b552
Commit
a826b552
authored
Jan 20, 2025
by
Roman Alifanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
blp is better :)
parent
075f45b7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
96 deletions
+0
-96
window.ui
src/window.ui
+0
-96
No files found.
src/window.ui
deleted
100644 → 0
View file @
075f45b7
<?xml version='1.0' encoding='UTF-8'?>
<!-- Created with Cambalache 0.94.1 -->
<interface>
<!-- interface-name window.ui -->
<requires
lib=
"Adw"
version=
"1.0"
/>
<requires
lib=
"gio"
version=
"2.0"
/>
<requires
lib=
"gtk"
version=
"4.0"
/>
<requires
lib=
"libadwaita"
version=
"1.6"
/>
<template
class=
"TuneitWindow"
parent=
"AdwApplicationWindow"
>
<property
name=
"content"
>
<object
class=
"AdwToolbarView"
>
<child
type=
"top"
>
<object
class=
"AdwHeaderBar"
>
<child
type=
"end"
>
<object
class=
"GtkMenuButton"
>
<property
name=
"icon-name"
>
open-menu-symbolic
</property>
<property
name=
"menu-model"
>
primary_menu
</property>
<property
name=
"primary"
>
True
</property>
<property
name=
"tooltip-text"
translatable=
"yes"
>
Main Menu
</property>
</object>
</child>
<child
type=
"title"
>
<object
class=
"AdwViewSwitcher"
>
<property
name=
"policy"
>
wide
</property>
<property
name=
"stack"
>
main_stack
</property>
</object>
</child>
</object>
</child>
<child>
<object
class=
"AdwViewStack"
id=
"main_stack"
>
<child>
<object
class=
"AdwViewStackPage"
>
<property
name=
"child"
>
<object
class=
"GtkBox"
>
<child>
<object
class=
"AdwNavigationSplitView"
>
<property
name=
"content"
>
<object
class=
"AdwNavigationPage"
>
<child>
<object
class=
"GtkStack"
id=
"main_pagestack"
/>
</child>
</object>
</property>
<property
name=
"hexpand"
>
True
</property>
<property
name=
"sidebar"
>
<object
class=
"AdwNavigationPage"
>
<child>
<object
class=
"AdwClampScrollable"
>
<property
name=
"margin-bottom"
>
8
</property>
<property
name=
"margin-end"
>
8
</property>
<property
name=
"margin-start"
>
8
</property>
<property
name=
"margin-top"
>
8
</property>
<child>
<object
class=
"GtkStackSidebar"
>
<property
name=
"stack"
>
main_pagestack
</property>
</object>
</child>
</object>
</child>
</object>
</property>
</object>
</child>
</object>
</property>
<property
name=
"icon-name"
>
preferences-system
</property>
<property
name=
"name"
>
main
</property>
<property
name=
"title"
>
main
</property>
</object>
</child>
</object>
</child>
</object>
</property>
<property
name=
"default-height"
>
600
</property>
<property
name=
"default-width"
>
800
</property>
<property
name=
"title"
translatable=
"yes"
>
TuneIt
</property>
</template>
<menu
id=
"primary_menu"
>
<section>
<item>
<attribute
name=
"action"
>
app.preferences
</attribute>
<attribute
name=
"label"
translatable=
"yes"
>
_Preferences
</attribute>
</item>
<item>
<attribute
name=
"action"
>
win.show-help-overlay
</attribute>
<attribute
name=
"label"
translatable=
"yes"
>
_Keyboard Shortcuts
</attribute>
</item>
<item>
<attribute
name=
"action"
>
app.about
</attribute>
<attribute
name=
"label"
translatable=
"yes"
>
_About TuneIt
</attribute>
</item>
</section>
</menu>
</interface>
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