Skip to content

intelek2al/CPP-Utag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Utag


Description:

Ucode project: utag - app to read and write tags of mp3 files in c++ 

Developers:

Mykyta Savytskyi | Serhiy Nikolayenko

Screenshots

utag main

Tech/framework used

1.Built with

CMake

2.GUI library

Qt

3. External Libraries

Taglib

Installation:

1. git clone --recursive https://github.com/intelek2al/CPP-Utag
2. cmake . -Bbuild -Wdev -Werror=dev && cmake --build ./build

How to use?

./build/app/utag [directory]

Code

class MainWindow : public QMainWindow
{
   Q_OBJECT

public:
   explicit MainWindow(QString path = "~/", QWidget *parent = nullptr);
   ~MainWindow() override;

Features:

Shortcuts

  • Save: Cmd + S
  • Log: Cmd + L
  • Quit: Cmd + Q

License

MIT


About

ucode c++ project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published