translate
This commit is contained in:
@@ -1,14 +1,13 @@
|
||||
import glob
|
||||
import os
|
||||
import sys
|
||||
from pathlib import Path
|
||||
|
||||
from PySide6.QtCore import QDir, QModelIndex
|
||||
from PySide6.QtGui import QIcon, QStandardItemModel, QStandardItem
|
||||
from PySide6.QtGui import QIcon
|
||||
|
||||
from src.pluginregistry import PluginRegistry
|
||||
from src.plugins.krowlog.Tab import Tab
|
||||
from PySide6.QtWidgets import QTextEdit, QVBoxLayout, QLabel, QLineEdit, QPushButton, QFileDialog, QTreeView, \
|
||||
from PySide6.QtWidgets import QVBoxLayout, QLabel, QLineEdit, QPushButton, QFileDialog, QTreeView, \
|
||||
QFileSystemModel
|
||||
from src.i18n import _
|
||||
from src.settings.settings import Settings
|
||||
|
||||
Reference in New Issue
Block a user