QGIS icon indicating copy to clipboard operation
QGIS copied to clipboard

Attempt to display more columns in the "Export Project to Dxf" dialog

Open DelazJ opened this issue 10 months ago • 3 comments

I don't think this is the most sustainable fix (being able to automatically pass the number of expected columns may be) but it should help fix resurrection of #45441, and avoid hiding the data-defined blocks columns.

That said, I fail to understand why this widget behaves differently to the other ones in which a treeview is involved (let's say the "layer capabilities" or "QGIS Server --> WMTS" in the project properties dialog, ...)

DelazJ avatar Apr 15 '24 08:04 DelazJ

No more artifact generation for Windows?

DelazJ avatar Apr 15 '24 12:04 DelazJ

No more artifact generation for Windows?

It looks like they are created https://github.com/qgis/QGIS/actions/runs/8685776406?pr=57155 but the automatic comment is no longer added.

agiudiceandrea avatar Apr 17 '24 09:04 agiudiceandrea

I think there's a bug in GitHub itself. The workflows no longer trigger, and there's not even any record of them attempting to run. I was going to give it a couple of weeks and see if it resolves itself... 🤷‍♂️

nyalldawson avatar Apr 17 '24 10:04 nyalldawson

The QGIS project highly values your contribution and would love to see this work merged! Unfortunately this PR has not had any activity in the last 14 days and is being automatically marked as "stale". If you think this pull request should be merged, please check

  • that all unit tests are passing

  • that all comments by reviewers have been addressed

  • that there is enough information for reviewers, in particular

    • link to any issues which this pull request fixes

    • add a description of workflows which this pull request fixes

    • add screenshots if applicable

  • that you have written unit tests where possible In case you should have any uncertainty, please leave a comment and we will be happy to help you proceed with this pull request. If there is no further activity on this pull request, it will be closed in a week.

github-actions[bot] avatar May 02 '24 02:05 github-actions[bot]

While we hate to see this happen, this PR has been automatically closed because it has not had any activity in the last 21 days. If this pull request should be reconsidered, please follow the guidelines in the previous comment and reopen this pull request. Or, if you have any further questions, just ask! We love to help, and if there's anything the QGIS project can do to help push this PR forward please let us know how we can assist.

github-actions[bot] avatar May 09 '24 02:05 github-actions[bot]

That said, I fail to understand why this widget behaves differently to the other ones in which a treeview is involved (let's say the "layer capabilities" or "QGIS Server --> WMTS" in the project properties dialog, ...)

Replying to self: the widgets in the ui file of these dialogs DO NOT use QgsLayerTreeView; they use QTreeView. And investigating further, QgsLayerTreeView seems to appear only in "layout legend widget" and "embed layers and groups" ui files. And the particularity of these dialogs is that they show a SINGLE column that takes all the available width. --> Could it be that QgsLayerTreeView is not meant to display more than one column? Answering this is beyond my skills so hopefully someone else can give it a look? I've tried an alternative approach using QTreeview that does not really work. See #57401

DelazJ avatar May 12 '24 21:05 DelazJ