File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 33"""
44Bootstrap para exibir a splash screen imediatamente e depois carregar o aplicativo.
55"""
6-
6+ from PyQt5 . QtWebEngineWidgets import QWebEngineView
77import sys
88import os
99from PyQt5 .QtWidgets import QApplication , QSplashScreen
Original file line number Diff line number Diff line change 2020import sqlite3
2121import random
2222import pyttsx3
23- from PyQt5 . QtWebEngineWidgets import QWebEngineView
23+
2424
2525# Importações locais
2626from persistence_module import (
Original file line number Diff line number Diff line change 22 "plugins" : [
33 " C:\\ Users\\ joao2\\ NoteFlow\\ plugins\\ paint_plugin\\ main.py" ,
44 " C:\\ Users\\ joao2\\ NoteFlow\\ plugins\\ plugin_flashcards\\ main.py" ,
5- " C:\\ Users\\ joao2\\ NoteFlow\\ plugins\\ plugin_help\\ main.py"
5+ " C:\\ Users\\ joao2\\ NoteFlow\\ plugins\\ plugin_help\\ main.py" ,
6+ " C:\\ Users\\ joao2\\ NoteFlow\\ plugins\\ plugin_markdown_guide\\ main.py"
67 ]
78}
You can’t perform that action at this time.
0 commit comments