Skip to content

Commit

Permalink
Add Level command with Gui
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrahimraeyat committed Oct 17, 2020
1 parent a524c08 commit 0660279
Show file tree
Hide file tree
Showing 16 changed files with 2,959 additions and 360 deletions.
8 changes: 4 additions & 4 deletions InitGui.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import SteelColumnGui



class SteelColumnWorkbench(Workbench):

def __init__(self):
rel_path = "Mod/SteelColumn/icons/column_types"
rel_path = "Mod/SteelColumn/Resources/icons/column_types"
path = FreeCAD.ConfigGet("AppHomePath") + rel_path
import os
if not os.path.exists(path):
Expand All @@ -15,8 +15,8 @@ def __init__(self):

def Initialize(self):
from PySide2 import QtCore, QtGui
command_list = ["Dxf",
]
import SteelColumnGui
command_list = SteelColumnGui.steel_column_commands

self.appendToolbar(str(QtCore.QT_TRANSLATE_NOOP(
"SteelColumn",
Expand Down
File renamed without changes
120 changes: 120 additions & 0 deletions Resources/icons/Levels.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
101 changes: 101 additions & 0 deletions Resources/icons/add.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
53 changes: 53 additions & 0 deletions Resources/icons/down.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
99 changes: 99 additions & 0 deletions Resources/icons/remove.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0660279

Please sign in to comment.