也许是一个微不足道的问题,对不起先进,但我绝对不是专家。
我使用Qt Designer创建了一个UI,其中QListWidget
(5行)和QStackWidget
(5个项目)。我可以使用QStackWidget
QListWidget
currentRowChanged(int)
信号更改QListWidget
行中的setCurrentIndex(int)
行来更改QStackedWidget
页面QStackWidget
}}
有没有办法在QListWidget
页面成为currentChanged(int)
页时创建相同的信号 - 插槽,以便setFocus()
的相关行会被高亮显示?
我尝试使用信号import * as i0 from "@angular/core";
import * as i1 from "@angular/forms";
import * as i2 from "@angular/common";
import * as i3 from "./some-component"; // <--- wtf?
和广告符import * as i0 from '@angular/core';
import * as i1 from '@angular/forms';
import * as i2 from '@angular/common';
import * as i3 from 'my-lib/some-component'; // <--- OK
,但没有任何反应。
感谢您的任何建议