Skip to content

Commit

Permalink
Merge pull request #18 from MontrealCorpusTools/0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcauliffe authored May 4, 2024
2 parents 2fdd0d1 + 517d04a commit a051788
Show file tree
Hide file tree
Showing 375 changed files with 7,831 additions and 6,924 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,11 @@ anchor/_version.py
*.pclprof

.qtcreator/

icons/checked_tool_buttons/

icons/disabled_tool_buttons/

icons/highlighted_tool_buttons/

icons/hover_tool_buttons/
25 changes: 14 additions & 11 deletions anchor/error_dialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
<property name="windowTitle">
<string>Error encountered</string>
</property>
<property name="windowIcon">
<iconset resource="resources.qrc">
<normaloff>:/disabled/exclamation-triangle.svg</normaloff>:/disabled/exclamation-triangle.svg</iconset>
</property>
<property name="modal">
<bool>true</bool>
</property>
Expand All @@ -26,7 +22,19 @@
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="label">
<widget class="QLabel" name="iconLabel">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>75</width>
<height>75</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>75</width>
Expand All @@ -36,9 +44,6 @@
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="resources.qrc">:/checked/bug.svg</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
Expand Down Expand Up @@ -90,8 +95,6 @@
<header>anchor.widgets</header>
</customwidget>
</customwidgets>
<resources>
<include location="resources.qrc"/>
</resources>
<resources/>
<connections/>
</ui>
234 changes: 174 additions & 60 deletions anchor/main.py

Large diffs are not rendered by default.

Loading

0 comments on commit a051788

Please sign in to comment.